diff options
author | Alexandru.Vaduva <Alexandru.Vaduva@enea.com> | 2014-04-03 14:05:39 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-04-03 14:46:09 -0400 |
commit | 54c4859744b77c7839cf0dc32aea98d1331309b5 (patch) | |
tree | 4d505a8031d7100261c2af25e55a5c8c9a352295 | |
parent | a6079a43719e79e12a57e609923a0cccdba06916 (diff) | |
download | meta-selinux-54c4859744b77c7839cf0dc32aea98d1331309b5.tar.gz |
refpolicy: Updated FILESEXTRAPATHS_prepend value
The value was defined as:
FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-${PV}:"
and changed it to:
FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-2.20130424:"
becase the bb that inherit this overwrites the PV every time,
changing its name.
Signed-off-by: Alexandru.Vaduva <Alexandru.Vaduva@enea.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r-- | recipes-security/refpolicy/refpolicy_2.20130424.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/refpolicy/refpolicy_2.20130424.inc b/recipes-security/refpolicy/refpolicy_2.20130424.inc index 9e5e426..4ea61fc 100644 --- a/recipes-security/refpolicy/refpolicy_2.20130424.inc +++ b/recipes-security/refpolicy/refpolicy_2.20130424.inc | |||
@@ -4,7 +4,7 @@ SRC_URI = "http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2;" | |||
4 | SRC_URI[md5sum] = "6a5c975258cc8eb92c122f11b11a5085" | 4 | SRC_URI[md5sum] = "6a5c975258cc8eb92c122f11b11a5085" |
5 | SRC_URI[sha256sum] = "6039ba854f244a39dc727cc7db25632f7b933bb271c803772d754d4354f5aef4" | 5 | SRC_URI[sha256sum] = "6039ba854f244a39dc727cc7db25632f7b933bb271c803772d754d4354f5aef4" |
6 | 6 | ||
7 | FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-${PV}:" | 7 | FILESEXTRAPATHS_prepend := "${THISDIR}/refpolicy-2.20130424:" |
8 | 8 | ||
9 | # Fix file contexts for Poky | 9 | # Fix file contexts for Poky |
10 | SRC_URI += "file://poky-fc-subs_dist.patch \ | 10 | SRC_URI += "file://poky-fc-subs_dist.patch \ |