diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-09-20 14:00:41 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-09-20 14:05:14 +0800 |
commit | a9c8b9780a5dab3fede4eaf4ea89e90a077ecc4f (patch) | |
tree | 5ff0bdf4b0b43347c2f4fa44b41ae3cfefa8ea04 | |
parent | 44852308c0ea2c9cf8d5c40998599e568d0d9e40 (diff) | |
download | meta-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.bb | 6 |
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 \ | |||
7 | SETools." | 7 | SETools." |
8 | SECTION = "base" | 8 | SECTION = "base" |
9 | LICENSE = "GPLv2 & LGPLv2.1" | 9 | LICENSE = "GPLv2 & LGPLv2.1" |
10 | PR = "r0" | 10 | PR = "r1" |
11 | 11 | ||
12 | SRC_URI = "http://oss.tresys.com/projects/setools/chrome/site/dists/setools-${PV}/setools-${PV}.tar.bz2;" | 12 | SRC_URI = "http://oss.tresys.com/projects/setools/chrome/site/dists/setools-${PV}/setools-${PV}.tar.bz2;" |
13 | SRC_URI[md5sum] = "0377d7a06028825434cd7b41a80865a5" | 13 | SRC_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 | ||
36 | DEPENDS += "python python-native libsepol libselinux" | 36 | DEPENDS += "python libsepol libselinux" |
37 | 37 | ||
38 | PACKAGES += "${PN}-libs ${PN}-console" | 38 | PACKAGES += "${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 | ||
76 | inherit autotools | 76 | inherit 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 |
79 | export BUILD_SYS | 79 | export BUILD_SYS |