[yocto] [PATCH][meta-selinux] refpolicy git: update SRCREV and PV to 2.20151208

wenzong.fan at windriver.com wenzong.fan at windriver.com
Wed Jan 6 21:49:54 PST 2016


From: Wenzong Fan <wenzong.fan at windriver.com>

Update git repos rev to latest stable release and use PV to indicate
the exact release version just like all of the *_git.bb recipes has
been done in oe-core.

ref: https://github.com/TresysTechnology/refpolicy/wiki

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
---
 recipes-security/refpolicy/refpolicy_git.inc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes-security/refpolicy/refpolicy_git.inc b/recipes-security/refpolicy/refpolicy_git.inc
index d031f81..22c56cd 100644
--- a/recipes-security/refpolicy/refpolicy_git.inc
+++ b/recipes-security/refpolicy/refpolicy_git.inc
@@ -1,10 +1,12 @@
 SRC_URI = "git://github.com/TresysTechnology/refpolicy.git;protocol=git;branch=master;name=refpolicy;destsuffix=refpolicy"
 SRC_URI += "git://github.com/TresysTechnology/refpolicy-contrib.git;protocol=git;branch=master;name=refpolicy-contrib;destsuffix=refpolicy/policy/modules/contrib"
 
-SRCREV_refpolicy = "${AUTOREV}"
-SRCREV_refpolicy-contrib = "${AUTOREV}"
+SRCREV_refpolicy = "4fd44dc0f663b85cb897530a748843f79c9e4660"
+SRCREV_refpolicy-contrib = "db307d1f1d43e10c4405c0aa925a014b2934e853"
 SRCREV_FORMAT = "refpolicy.refpolicy-contrib"
 
+PV = "2.20151208"
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-git:"
 
 # Fix file contexts for Poky
-- 
1.9.1




More information about the yocto mailing list