libatomics-ops: fix PN -> BPN in do_install for multilibs

(From OE-Core rev: eca6309556086f8c6b0e8525749477c8210f83b0)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jackie Huang 2013-03-15 16:04:03 +08:00 committed by Richard Purdie
parent b5e5d25c25
commit abf8253b7a
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ LICENSE = "GPLv2 & MIT"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://doc/LICENSING.txt;md5=607073e04548eac7d1f763e480477bab \
"
PR = "r0"
PR = "r1"
SRC_URI = "http://www.hpl.hp.com/research/linux/atomic_ops/download/libatomic_ops-${PV}.tar.gz \
"
@ -25,5 +25,5 @@ inherit autotools pkgconfig
do_install_append() {
# those contain only docs, not necessary for now.
install -m 0755 -d ${D}${docdir}
mv ${D}${datadir}/libatomic_ops ${D}${docdir}/${PN}
mv ${D}${datadir}/libatomic_ops ${D}${docdir}/${BPN}
}