diff options
author | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-12-11 14:49:47 +0800 |
---|---|---|
committer | Xin Ouyang <Xin.Ouyang@windriver.com> | 2012-12-11 14:49:47 +0800 |
commit | 1c285bd0e74c53331f04ae928af9dedcebb21fad (patch) | |
tree | 372290ec3b054bd63a637f27003075ba0bea6bbb | |
parent | cd321edab3d9fb2b5d80fafc4170cf4a2f6d3f13 (diff) | |
download | meta-selinux-1c285bd0e74c53331f04ae928af9dedcebb21fad.tar.gz |
libcgroup: remove the SRC_URI to fit oe-core
oe-core has fixed this by commit
9a97367038a1e2431bf94211dabbc5aedbbee3bb
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r-- | recipes-core/libcgroup/libcgroup_0.37.1.bbappend | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-core/libcgroup/libcgroup_0.37.1.bbappend b/recipes-core/libcgroup/libcgroup_0.37.1.bbappend index 22203f8..b7e0c5f 100644 --- a/recipes-core/libcgroup/libcgroup_0.37.1.bbappend +++ b/recipes-core/libcgroup/libcgroup_0.37.1.bbappend | |||
@@ -1,6 +1,4 @@ | |||
1 | PR .= ".2" | 1 | PR .= ".3" |
2 | |||
3 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v${PV}/${BPN}-${PV}.tar.bz2" | ||
4 | 2 | ||
5 | EXTRA_OECONF_virtclass-native = "--enable-pam=no" | 3 | EXTRA_OECONF_virtclass-native = "--enable-pam=no" |
6 | 4 | ||