[meta-virtualization] [PATCH 7/7] [meta-openstack] linux-yocto_3.4: remove PRINC reference

Armin Kuster akuster at mvista.com
Mon Jun 30 14:48:15 PDT 2014


replace PRINC with PR .= ".1"

Signed-off-by: Armin Kuster <akuster at mvista.com>
---
 meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 6df4c0f..0453786 100644
--- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -1,5 +1,5 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PRINC := "${@int(PRINC) + 1}"
+PR .= ".1"
 
 SRC_URI += "file://iptables-nat.scc \
 	file://enable-veth.cfg \
-- 
1.9.1



More information about the meta-virtualization mailing list