summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-09-24 16:21:01 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-10-18 11:07:45 +0800
commit8c50123a8544db2620088fd9e6f8f2a4bae92b63 (patch)
treeddfc448d7ade37bda5ae56cd4aede54a8f8cc425
parent7b8bc16b38865fcd7774e73a527d2d84e37936a2 (diff)
downloadmeta-selinux-8c50123a8544db2620088fd9e6f8f2a4bae92b63.tar.gz
setools: add libxml2 DEPENDS.
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-security/setools/setools_3.3.7.bb2
1 files changed, 1 insertions, 1 deletions
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 \
33 file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 33 file://${S}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
34 file://${S}/COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24" 34 file://${S}/COPYING.LGPL;md5=fbc093901857fcd118f065f900982c24"
35 35
36DEPENDS += "python libsepol libselinux" 36DEPENDS += "python libsepol libselinux libxml2"
37 37
38PACKAGES += "${PN}-libs ${PN}-console" 38PACKAGES += "${PN}-libs ${PN}-console"
39 39