diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2013-12-31 03:30:52 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2014-01-10 14:53:33 -0600 |
commit | 7281cd0befb0993168336fd91ff38581976fd37a (patch) | |
tree | bf31fdc4b5118412dd962f7a8c67b04e02a87591 | |
parent | 65723adfa0f77c602a1c5a6c299b438564aaff66 (diff) | |
download | meta-selinux-7281cd0befb0993168336fd91ff38581976fd37a.tar.gz |
checkpolicy: migrate SRC_URI to 2.2
(From meta-selinux master rev: a4b25c05a1e35a308c360723f37df6974520fa62)
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | recipes-security/selinux/checkpolicy_2.2.bb | 6 | ||||
-rw-r--r-- | recipes-security/selinux/checkpolicy_git.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-security/selinux/checkpolicy_2.2.bb b/recipes-security/selinux/checkpolicy_2.2.bb index 198de31..8388e0f 100644 --- a/recipes-security/selinux/checkpolicy_2.2.bb +++ b/recipes-security/selinux/checkpolicy_2.2.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | PR = "r0" | 1 | PR = "r0" |
2 | 2 | ||
3 | include selinux_20130423.inc | 3 | include selinux_20131030.inc |
4 | include ${BPN}.inc | 4 | include ${BPN}.inc |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "b82c55a95855611b67ac99c7e8f48552" | 8 | SRC_URI[md5sum] = "9662eaa1163de67cf3d392b58d262552" |
9 | SRC_URI[sha256sum] = "e6a0ac539b74859b4262b317eb90d9914deb15e7aa509659f47724d50fe2ecc6" | 9 | SRC_URI[sha256sum] = "9ff6698f4d4cb59c9c916e348187d533ada4107f90c253ef7304905934e9adf8" |
diff --git a/recipes-security/selinux/checkpolicy_git.bb b/recipes-security/selinux/checkpolicy_git.bb index bd59001..bf6250d 100644 --- a/recipes-security/selinux/checkpolicy_git.bb +++ b/recipes-security/selinux/checkpolicy_git.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | PR = "r0" | 1 | PR = "r0" |
2 | PV = "2.1.12+git${SRCPV}" | 2 | PV = "2.2+git${SRCPV}" |
3 | 3 | ||
4 | include selinux_git.inc | 4 | include selinux_git.inc |
5 | include ${BPN}.inc | 5 | include ${BPN}.inc |