mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
python-ipy: fix PN -> BPN in do_install for multilibs
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
parent
ec49a4cabc
commit
77e40abaf8
|
|
@ -9,7 +9,7 @@ DEPENDS = "python"
|
|||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ebc0028ff5cdaf7796604875027dcd55"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://pypi.python.org/packages/source/I/IPy/IPy-${PV}.tar.gz"
|
||||
|
||||
|
|
@ -29,6 +29,6 @@ export STAGING_LIBDIR
|
|||
BBCLASSEXTEND = "native"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/${datadir}/doc/${PN}-${PV}
|
||||
install AUTHORS COPYING ChangeLog PKG-INFO README ${D}/${datadir}/doc/${PN}-${PV}
|
||||
install -d ${D}/${datadir}/doc/${BPN}-${PV}
|
||||
install AUTHORS COPYING ChangeLog PKG-INFO README ${D}/${datadir}/doc/${BPN}-${PV}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user