diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:58 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
| commit | 05de0ca43d325d32faa6067013cd7c596f2001bf (patch) | |
| tree | 72d4781ed700c25c75f4fe33930b66e5532049ca /meta-oe/recipes-extended/iotop | |
| parent | 621de68d6217b1707db6184d19f1f650d8ca2ef4 (diff) | |
| download | meta-openembedded-05de0ca43d325d32faa6067013cd7c596f2001bf.tar.gz | |
meta-oe: use BPN in SRC_URI
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}
Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/iotop')
| -rw-r--r-- | meta-oe/recipes-extended/iotop/iotop_0.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb index 14d2ee5e38..111b072f29 100644 --- a/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb +++ b/meta-oe/recipes-extended/iotop/iotop_0.4.4.bb | |||
| @@ -9,7 +9,7 @@ PR = "r1" | |||
| 9 | LICENSE = "GPLv2+" | 9 | LICENSE = "GPLv2+" |
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2" | 12 | SRC_URI = "http://guichaz.free.fr/iotop/files/${BP}.tar.bz2" |
| 13 | SRC_URI[md5sum] = "cdd38b276cbf238676f5d2bcf098ba9c" | 13 | SRC_URI[md5sum] = "cdd38b276cbf238676f5d2bcf098ba9c" |
| 14 | SRC_URI[sha256sum] = "46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d686483df0b0" | 14 | SRC_URI[sha256sum] = "46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d686483df0b0" |
| 15 | 15 | ||
