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 10:01:39 -0800 |
| commit | 8abb5f60ca64c6e5ddd9d4b6343f1a36c160d97d (patch) | |
| tree | b8904d3e59a3538875129021b07fee2c572eca74 | |
| parent | 59aa9a23d858f050661a258778f77041dd097969 (diff) | |
| download | poky-8abb5f60ca64c6e5ddd9d4b6343f1a36c160d97d.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>
| -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 \ |
