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-07 18:52:47 +0000 |
commit | e2546c26acaf8fc47114398e3c4a15d17f0f07fb (patch) | |
tree | 8c08eb6bbc2501ea3e343427f5c49c83ae67f73e /meta/recipes-devtools/elfutils | |
parent | 49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449 (diff) | |
download | openembedded-core-contrib-e2546c26acaf8fc47114398e3c4a15d17f0f07fb.tar.gz |
elfutils 0.148: use BPN in SRC_URI
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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 5e75f129a4d..16db6b27461 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" PR = "r11" -SRC_URI = "https://fedorahosted.org/releases/e/l/${PN}/${BP}.tar.bz2" +SRC_URI = "https://fedorahosted.org/releases/e/l/${BPN}/${BP}.tar.bz2" SRC_URI[md5sum] = "a0bed1130135f17ad27533b0034dba8d" SRC_URI[sha256sum] = "8aebfa4a745db21cf5429c9541fe482729b62efc7e53e9110151b4169fe887da" |