Add PV infomation for git bb recipes.

This commit is contained in:
Xin Ouyang 2012-02-20 10:30:41 +08:00
parent 0013722528
commit 91dc1e97b4
6 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
include selinux_git.inc
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.8+git${SRCPV}"
S = "${WORKDIR}/git/checkpolicy"
DEPENDS += "libsepol libselinux flex-native"

View File

@ -11,6 +11,7 @@ include selinux_git.inc
inherit lib_package
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.9+git${SRCPV}"
S = "${WORKDIR}/git/libselinux"
DEPENDS += "libsepol python python-native swig-native"

View File

@ -12,6 +12,7 @@ include selinux_git.inc
inherit lib_package
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "2.1.6+git${SRCPV}"
S = "${WORKDIR}/git/libsemanage"
DEPENDS += "libsepol libselinux ustr bzip2 python"

View File

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

View File

@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
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

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
include selinux_git.inc
SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
PV = "1.1.5+git${SRCPV}"
S = "${WORKDIR}/git/sepolgen"
FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"