diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-02-28 16:46:18 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-01 07:20:51 -0800 |
commit | 1044dad3a38ebc691cd999ed89a11e430966f6e8 (patch) | |
tree | 97f945997747e84cc58248de4ec6362c00f66618 /meta | |
parent | f8ca2383e1a5f69ef3f24b5436b3302e7a2e576e (diff) | |
download | poky-1044dad3a38ebc691cd999ed89a11e430966f6e8.tar.gz |
attr: Change SRC_URI to a correct location
attr has changed its download link, thus change accordingly.
This fixes [BUGID #710]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/attr/attr_2.4.44.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index 9a8b0f6abc..e9467d742f 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \ | |||
9 | file://attr/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ | 9 | file://attr/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ |
10 | file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb" | 10 | file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb" |
11 | 11 | ||
12 | SRC_URI = "http://download.savannah.gnu.org/attr/${BP}.src.tar.gz" | 12 | SRC_URI = "http://download.savannah.gnu.org/releases/attr/${BP}.src.tar.gz" |
13 | 13 | ||
14 | require ea-acl.inc | 14 | require ea-acl.inc |
15 | 15 | ||
diff --git a/meta/recipes-support/attr/attr_2.4.44.bb b/meta/recipes-support/attr/attr_2.4.44.bb index 4be27d0d61..a0945f1755 100644 --- a/meta/recipes-support/attr/attr_2.4.44.bb +++ b/meta/recipes-support/attr/attr_2.4.44.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require attr.inc | 1 | require attr.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI += "file://memory-leak-in-copy.patch \ | 5 | SRC_URI += "file://memory-leak-in-copy.patch \ |
6 | file://memory-leak2.patch \ | 6 | file://memory-leak2.patch \ |