aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2015-06-11 16:27:41 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-06-17 22:36:11 +0200
commitdd52c5e769d32d94908c81617510615b6ad78fdf (patch)
tree2fc6c6f7b640bd543754160aa9def40ce6592be4 /meta-oe/recipes-extended
parent73bd1cdf74b7f020eddc143979d847eb113bb7c0 (diff)
downloadmeta-openembedded-contrib-dd52c5e769d32d94908c81617510615b6ad78fdf.tar.gz
sip: 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/sip/sip_4.16.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sip/sip_4.16.4.bb b/meta-oe/recipes-extended/sip/sip_4.16.4.bb
index 780ccdc22f..032d1258ba 100644
--- a/meta-oe/recipes-extended/sip/sip_4.16.4.bb
+++ b/meta-oe/recipes-extended/sip/sip_4.16.4.bb
@@ -49,6 +49,6 @@ do_install() {
oe_runmake install
}
-FILES_python-${PN} = "${libdir}/${PYTHON_DIR}/site-packages/"
+FILES_python-${BPN} = "${libdir}/${PYTHON_DIR}/site-packages/"
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"