summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-20 10:30:41 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-02-20 10:30:41 +0800
commit91dc1e97b48aa46d008f86d4548506105ebc5367 (patch)
treee99ab75446e9ba9cf78f39e2d8ca4bfa9ea3ff3d
parent00137225282b4338f56d91313637bea0d8956742 (diff)
downloadmeta-selinux-91dc1e97b48aa46d008f86d4548506105ebc5367.tar.gz
Add PV infomation for git bb recipes.
-rw-r--r--recipes-security/selinux/checkpolicy_git.bb1
-rw-r--r--recipes-security/selinux/libselinux_git.bb1
-rw-r--r--recipes-security/selinux/libsemanage_git.bb1
-rw-r--r--recipes-security/selinux/libsepol_git.bb1
-rw-r--r--recipes-security/selinux/policycoreutils_git.bb1
-rw-r--r--recipes-security/selinux/sepolgen_git.bb2
6 files changed, 6 insertions, 1 deletions
diff --git a/recipes-security/selinux/checkpolicy_git.bb b/recipes-security/selinux/checkpolicy_git.bb
index 8c5b788..fe624c9 100644
--- a/recipes-security/selinux/checkpolicy_git.bb
+++ b/recipes-security/selinux/checkpolicy_git.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
8include selinux_git.inc 8include selinux_git.inc
9 9
10SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" 10SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
11PV = "2.1.8+git${SRCPV}"
11S = "${WORKDIR}/git/checkpolicy" 12S = "${WORKDIR}/git/checkpolicy"
12DEPENDS += "libsepol libselinux flex-native" 13DEPENDS += "libsepol libselinux flex-native"
13 14
diff --git a/recipes-security/selinux/libselinux_git.bb b/recipes-security/selinux/libselinux_git.bb
index 8de51e0..56a49ca 100644
--- a/recipes-security/selinux/libselinux_git.bb
+++ b/recipes-security/selinux/libselinux_git.bb
@@ -11,6 +11,7 @@ include selinux_git.inc
11inherit lib_package 11inherit lib_package
12 12
13SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" 13SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
14PV = "2.1.9+git${SRCPV}"
14S = "${WORKDIR}/git/libselinux" 15S = "${WORKDIR}/git/libselinux"
15DEPENDS += "libsepol python python-native swig-native" 16DEPENDS += "libsepol python python-native swig-native"
16 17
diff --git a/recipes-security/selinux/libsemanage_git.bb b/recipes-security/selinux/libsemanage_git.bb
index aabb472..698818f 100644
--- a/recipes-security/selinux/libsemanage_git.bb
+++ b/recipes-security/selinux/libsemanage_git.bb
@@ -12,6 +12,7 @@ include selinux_git.inc
12inherit lib_package 12inherit lib_package
13 13
14SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" 14SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
15PV = "2.1.6+git${SRCPV}"
15S = "${WORKDIR}/git/libsemanage" 16S = "${WORKDIR}/git/libsemanage"
16DEPENDS += "libsepol libselinux ustr bzip2 python" 17DEPENDS += "libsepol libselinux ustr bzip2 python"
17 18
diff --git a/recipes-security/selinux/libsepol_git.bb b/recipes-security/selinux/libsepol_git.bb
index ab49f41..4416ee5 100644
--- a/recipes-security/selinux/libsepol_git.bb
+++ b/recipes-security/selinux/libsepol_git.bb
@@ -12,6 +12,7 @@ include selinux_git.inc
12inherit lib_package 12inherit lib_package
13 13
14SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" 14SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
15PV = "2.1.4+git${SRCPV}"
15S = "${WORKDIR}/git/libsepol" 16S = "${WORKDIR}/git/libsepol"
16 17
17BBCLASSEXTEND = "native" 18BBCLASSEXTEND = "native"
diff --git a/recipes-security/selinux/policycoreutils_git.bb b/recipes-security/selinux/policycoreutils_git.bb
index a213096..b16a75b 100644
--- a/recipes-security/selinux/policycoreutils_git.bb
+++ b/recipes-security/selinux/policycoreutils_git.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
12include selinux_git.inc 12include selinux_git.inc
13 13
14SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" 14SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
15PV = "2.1.10+git${SRCPV}"
15S = "${WORKDIR}/git/policycoreutils" 16S = "${WORKDIR}/git/policycoreutils"
16DEPENDS += "libsepol libselinux libsemanage libcap-ng libcgroup" 17DEPENDS += "libsepol libselinux libsemanage libcap-ng libcgroup"
17DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam audit', '', d)}" 18DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam audit', '', d)}"
diff --git a/recipes-security/selinux/sepolgen_git.bb b/recipes-security/selinux/sepolgen_git.bb
index 56b1ddf..90387ff 100644
--- a/recipes-security/selinux/sepolgen_git.bb
+++ b/recipes-security/selinux/sepolgen_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
8include selinux_git.inc 8include selinux_git.inc
9 9
10SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e" 10SRCREV = "339f8079d7b9dd1e0b0138e2d096dc7c60b2092e"
11 11PV = "1.1.5+git${SRCPV}"
12S = "${WORKDIR}/git/sepolgen" 12S = "${WORKDIR}/git/sepolgen"
13 13
14FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 14FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"