]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr: Change SRC_URI to a correct location
authorDongxiao Xu <dongxiao.xu@intel.com>
Mon, 28 Feb 2011 08:46:18 +0000 (16:46 +0800)
committerSaul Wold <sgw@linux.intel.com>
Wed, 2 Mar 2011 17:48:50 +0000 (09:48 -0800)
attr has changed its download link, thus change accordingly.

This fixes [BUGID #710]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-support/attr/attr.inc
meta/recipes-support/attr/attr_2.4.44.bb

index 9a8b0f6abceda87c4531c4603239e4c53c9f2a49..e9467d742f5de78c7c152ca3cda3f66819a60834 100644 (file)
@@ -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
 
index 4be27d0d612388474e0a6726d3031ff07dbd36ec..a0945f17551dd7f63d3767d5e4af2bd9d4d4038c 100644 (file)
@@ -1,6 +1,6 @@
 require attr.inc
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://memory-leak-in-copy.patch \
             file://memory-leak2.patch \