mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Move S from bb recipes to selinux_git.inc.
This commit is contained in:
parent
91dc1e97b4
commit
4923d17aea
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ inherit lib_package
|
|||
|
||||
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
|
||||
PV = "2.1.4+git${SRCPV}"
|
||||
S = "${WORKDIR}/git/libsepol"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)}"
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/*"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user