diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-02-02 00:59:13 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:29 +0000 |
commit | 9171652af20ae620ec25ddb73b6c2d90ff0f4f51 (patch) | |
tree | 4cee270048011ec13baca4ebf9001643199ce998 /meta/recipes-devtools/elfutils | |
parent | b5577e02e0503a44d3db54786eb701cd5c64c96b (diff) | |
download | poky-9171652af20ae620ec25ddb73b6c2d90ff0f4f51.tar.gz |
elfutils 0.148: use BPN in SRC_URI
(From OE-Core rev: e2546c26acaf8fc47114398e3c4a15d17f0f07fb)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r-- | meta/recipes-devtools/elfutils/elfutils_0.148.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.148.bb b/meta/recipes-devtools/elfutils/elfutils_0.148.bb index 5e75f129a4..16db6b2746 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.148.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.148.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "libtool bzip2 zlib virtual/libintl" | |||
8 | 8 | ||
9 | PR = "r11" | 9 | PR = "r11" |
10 | 10 | ||
11 | SRC_URI = "https://fedorahosted.org/releases/e/l/${PN}/${BP}.tar.bz2" | 11 | SRC_URI = "https://fedorahosted.org/releases/e/l/${BPN}/${BP}.tar.bz2" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" | 13 | SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" |
14 | SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" | 14 | SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" |