[yocto] meta-selinux: missing dependency on libxml2 in setools recipe

Philip Tricca flihp at twobit.us
Sat Oct 13 17:09:57 PDT 2012


Mark,

I'm building meta-selinux against oe-core and found that the setools
recipe is missing a dependency on libxml2.  When building against Yocto
it looks like this dependency is satisfied by a recipe that's built
prior to setools.  Anyway, trivial patch below.

Thanks,
- Philip

diff --git a/recipes-security/setools/setools_3.3.7.bb b/recipes-security/setools/setools_3.3.7.bb
index 99e53af..2c0f19f 100644
--- a/recipes-security/setools/setools_3.3.7.bb
+++ b/recipes-security/setools/setools_3.3.7.bb
@@ -33,7 +33,7 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=26035c503c68ae1098177934ac0cc795 \
                     file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
                     file://${S}/COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24"
 
-DEPENDS += "python libsepol libselinux"
+DEPENDS += "python libsepol libselinux libxml2"
 
 PACKAGES += "${PN}-libs ${PN}-console"



More information about the yocto mailing list