summaryrefslogtreecommitdiffstats
path: root/meta-oe
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
parent73bd1cdf74b7f020eddc143979d847eb113bb7c0 (diff)
downloadmeta-openembedded-dd52c5e769d32d94908c81617510615b6ad78fdf.tar.gz
sip: fix PN -> BPN for multilib
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Diffstat (limited to 'meta-oe')
-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 780ccdc22..032d1258b 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() {
49 oe_runmake install 49 oe_runmake install
50} 50}
51 51
52FILES_python-${PN} = "${libdir}/${PYTHON_DIR}/site-packages/" 52FILES_python-${BPN} = "${libdir}/${PYTHON_DIR}/site-packages/"
53FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" 53FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
54 54