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-02 09:48:50 -0800 |
commit | f8297baecf5cec2c6e59761779a2a465a015e77c (patch) | |
tree | accd3e2bea2bfc33a1ad5103a5d106afa09779ad /meta/recipes-support/attr | |
parent | 11d76595e036f46906859b59dc06094b2e979771 (diff) | |
download | openembedded-core-f8297baecf5cec2c6e59761779a2a465a015e77c.tar.gz openembedded-core-f8297baecf5cec2c6e59761779a2a465a015e77c.tar.bz2 openembedded-core-f8297baecf5cec2c6e59761779a2a465a015e77c.tar.xz openembedded-core-f8297baecf5cec2c6e59761779a2a465a015e77c.zip |
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/recipes-support/attr')
-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 9a8b0f6ab..e9467d742 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 \ file://attr/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb" -SRC_URI = "http://download.savannah.gnu.org/attr/${BP}.src.tar.gz" +SRC_URI = "http://download.savannah.gnu.org/releases/attr/${BP}.src.tar.gz" require ea-acl.inc diff --git a/meta/recipes-support/attr/attr_2.4.44.bb b/meta/recipes-support/attr/attr_2.4.44.bb index 4be27d0d6..a0945f175 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 @@ require attr.inc -PR = "r2" +PR = "r3" SRC_URI += "file://memory-leak-in-copy.patch \ file://memory-leak2.patch \ |