diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-24 16:10:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-25 17:44:59 +0100 |
commit | 1f57651ba12db7c3ce53ee8cdbde0ff4802eae92 (patch) | |
tree | 6cec40bc7380840a5ef4ff18281131d98c47c76c /meta/recipes-devtools/chrpath/chrpath_0.14.bb | |
parent | 051eb15093fe6df7b9efe6744ce50da7d15269e4 (diff) | |
download | poky-1f57651ba12db7c3ce53ee8cdbde0ff4802eae92.tar.gz |
chrpath: Fix SRC_URI to correct location
(From OE-Core rev: 6b7ab43722a94e7a0ced72ffb7497e5d507a39cd)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/chrpath/chrpath_0.14.bb')
-rw-r--r-- | meta/recipes-devtools/chrpath/chrpath_0.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb index 27426a7c3f..b6d8262075 100644 --- a/meta/recipes-devtools/chrpath/chrpath_0.14.bb +++ b/meta/recipes-devtools/chrpath/chrpath_0.14.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "http://alioth.debian.org/frs/download.php/3648/chrpath-${PV}.tar.gz \ | 11 | SRC_URI = "http://alioth.debian.org/frs/download.php/file/3648/chrpath-${PV}.tar.gz \ |
12 | file://standarddoc.patch" | 12 | file://standarddoc.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "ea6b212b23393bf58b0ef9bcf6491b86" | 14 | SRC_URI[md5sum] = "ea6b212b23393bf58b0ef9bcf6491b86" |