[yocto] [meta-selinux][PATCH 4/4] libxcb: Use wildcard for version number in libxcb bbappend.

Philip Tricca flihp at twobit.us
Thu Feb 6 19:09:13 PST 2014


Signed-off-by: Philip Tricca <flihp at twobit.us>

 create mode 100644 recipes-graphics/xcb/libxcb_%.bbappend
 delete mode 100644 recipes-graphics/xcb/libxcb_1.9.3.bbappend

diff --git a/recipes-graphics/xcb/libxcb_%.bbappend b/recipes-graphics/xcb/libxcb_%.bbappend
new file mode 100644
index 0000000..f1bd5a8
--- /dev/null
+++ b/recipes-graphics/xcb/libxcb_%.bbappend
@@ -0,0 +1,8 @@
+PR .= ".1"
+
+inherit enable-selinux
+# libxcb-xselinux will not build with libselinux, so remove the depend
+PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,,"
+
+PACKAGES += "${PN}-xselinux"
+FILES_${PN}-xselinux += "${libdir}/libxcb-xselinux.so.*"
diff --git a/recipes-graphics/xcb/libxcb_1.9.3.bbappend b/recipes-graphics/xcb/libxcb_1.9.3.bbappend
deleted file mode 100644
index f1bd5a8..0000000
--- a/recipes-graphics/xcb/libxcb_1.9.3.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-PR .= ".1"
-
-inherit enable-selinux
-# libxcb-xselinux will not build with libselinux, so remove the depend
-PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,,"
-
-PACKAGES += "${PN}-xselinux"
-FILES_${PN}-xselinux += "${libdir}/libxcb-xselinux.so.*"
-- 
1.7.10.4




More information about the yocto mailing list