diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-05-07 17:54:34 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-17 09:46:30 +0200 |
commit | e56b413ea653b5707d82e39ed1e9039819d1c789 (patch) | |
tree | 3724089779326026673407841da269967c8d72fa /meta-oe/recipes-extended | |
parent | 3216a867ab6e0d3bd20278e74f628743158bdbe0 (diff) | |
download | meta-openembedded-e56b413ea653b5707d82e39ed1e9039819d1c789.tar.gz |
p7zip: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb index 8905ae9d0..be706e1ac 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_9.20.1.bb | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_al | |||
9 | SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89" | 9 | SRC_URI[md5sum] = "bd6caaea567dc0d995c990c5cc883c89" |
10 | SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782" | 10 | SRC_URI[sha256sum] = "49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782" |
11 | 11 | ||
12 | S = "${WORKDIR}/${PN}_${PV}" | 12 | S = "${WORKDIR}/${BPN}_${PV}" |
13 | 13 | ||
14 | do_install() { | 14 | do_install() { |
15 | install -d ${D}${bindir} | 15 | install -d ${D}${bindir} |