summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-09-20 14:00:41 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-09-20 14:05:14 +0800
commita9c8b9780a5dab3fede4eaf4ea89e90a077ecc4f (patch)
tree5ff0bdf4b0b43347c2f4fa44b41ae3cfefa8ea04
parent44852308c0ea2c9cf8d5c40998599e568d0d9e40 (diff)
downloadmeta-selinux-a9c8b9780a5dab3fede4eaf4ea89e90a077ecc4f.tar.gz
setools: inherit pythonnative
With new changes in oe-core, recipes which need python-native should "inherit pythonnative". Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-security/setools/setools_3.3.7.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-security/setools/setools_3.3.7.bb b/recipes-security/setools/setools_3.3.7.bb
index ae53fb7..99e53af 100644
--- a/recipes-security/setools/setools_3.3.7.bb
+++ b/recipes-security/setools/setools_3.3.7.bb
@@ -7,7 +7,7 @@ This meta-package depends upon the main packages necessary to run \
7SETools." 7SETools."
8SECTION = "base" 8SECTION = "base"
9LICENSE = "GPLv2 & LGPLv2.1" 9LICENSE = "GPLv2 & LGPLv2.1"
10PR = "r0" 10PR = "r1"
11 11
12SRC_URI = "http://oss.tresys.com/projects/setools/chrome/site/dists/setools-${PV}/setools-${PV}.tar.bz2;" 12SRC_URI = "http://oss.tresys.com/projects/setools/chrome/site/dists/setools-${PV}/setools-${PV}.tar.bz2;"
13SRC_URI[md5sum] = "0377d7a06028825434cd7b41a80865a5" 13SRC_URI[md5sum] = "0377d7a06028825434cd7b41a80865a5"
@@ -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 python-native libsepol libselinux" 36DEPENDS += "python libsepol libselinux"
37 37
38PACKAGES += "${PN}-libs ${PN}-console" 38PACKAGES += "${PN}-libs ${PN}-console"
39 39
@@ -73,7 +73,7 @@ FILES_${PN}-console = "\
73 ${mandir}/man1/sesearch.1.gz \ 73 ${mandir}/man1/sesearch.1.gz \
74 " 74 "
75 75
76inherit autotools 76inherit autotools pythonnative
77 77
78# need to export these variables for python-config to work 78# need to export these variables for python-config to work
79export BUILD_SYS 79export BUILD_SYS