[yocto] [meta-selinux][PATCH 9/9] linux-yocto: remove PRINC warning

Joe MacDonald joe at deserted.net
Wed May 7 12:49:28 PDT 2014


Convert PRINC to PR .= so as to not break package feeds.  Next time this
won't be necessary at all.

Signed-off-by: Joe MacDonald <joe at deserted.net>
---
 recipes-kernel/linux/linux-yocto_3.10.bbappend |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend
index 159d63b..6686974 100644
--- a/recipes-kernel/linux/linux-yocto_3.10.bbappend
+++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend
@@ -1,4 +1,4 @@
-PRINC = "1"
+PR .= "1"
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 # Enable selinux support in the kernel if the feature is enabled
-- 
1.7.10.4




More information about the yocto mailing list