diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2015-06-11 16:27:41 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-06-17 22:36:11 +0200 |
commit | dd52c5e769d32d94908c81617510615b6ad78fdf (patch) | |
tree | 2fc6c6f7b640bd543754160aa9def40ce6592be4 /meta-oe | |
parent | 73bd1cdf74b7f020eddc143979d847eb113bb7c0 (diff) | |
download | meta-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.bb | 2 |
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 | ||
52 | FILES_python-${PN} = "${libdir}/${PYTHON_DIR}/site-packages/" | 52 | FILES_python-${BPN} = "${libdir}/${PYTHON_DIR}/site-packages/" |
53 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | 53 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" |
54 | 54 | ||