Move S from bb recipes to selinux_git.inc.

This commit is contained in:
Xin Ouyang 2012-02-20 13:52:55 +08:00
parent 91dc1e97b4
commit 4923d17aea
7 changed files with 5 additions and 6 deletions

View File

@ -9,7 +9,7 @@ include selinux_git.inc
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.8+git${SRCPV}"
S = "${WORKDIR}/git/checkpolicy"
DEPENDS += "libsepol libselinux flex-native"
EXTRA_OEMAKE += "PREFIX=${D}"

View File

@ -12,7 +12,7 @@ inherit lib_package
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.9+git${SRCPV}"
S = "${WORKDIR}/git/libselinux"
DEPENDS += "libsepol python python-native swig-native"
PACKAGES += "${PN}-python"

View File

@ -13,7 +13,7 @@ inherit lib_package
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.6+git${SRCPV}"
S = "${WORKDIR}/git/libsemanage"
DEPENDS += "libsepol libselinux ustr bzip2 python"
SRC_URI += "file://Fix-segfault-for-standard-policy.patch"

View File

@ -13,7 +13,6 @@ inherit lib_package
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.4+git${SRCPV}"
S = "${WORKDIR}/git/libsepol"
BBCLASSEXTEND = "native"

View File

@ -13,7 +13,7 @@ include selinux_git.inc
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.10+git${SRCPV}"
S = "${WORKDIR}/git/policycoreutils"
DEPENDS += "libsepol libselinux libsemanage libcap-ng libcgroup"
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam audit', '', d)}"

View File

@ -4,6 +4,7 @@ SRC_URI = "git://oss.tresys.com/git/selinux.git;protocol=http"
SRC_URI[md5sum] = "4ec64a0d24aaa77c80b86e74d271e464"
SRC_URI[sha256sum] = "9c8a8643c9a4dd0eb76fcda1420d636b750b84b27656c6f8bc6886a829d7e520"
S = "${WORKDIR}/git/${BPN}"
# EXTRA_OEMAKE is typically: -e MAKEFLAGS=
# "MAKEFLAGS= " causes problems as ENV variables will not pass to subdirs, so

View File

@ -9,7 +9,6 @@ include selinux_git.inc
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "1.1.5+git${SRCPV}"
S = "${WORKDIR}/git/sepolgen"
FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"