[oe-commits] Yi Zhao : sip: fix PN -> BPN for multilib

git at git.openembedded.org git at git.openembedded.org
Wed Jun 17 20:38:25 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: dd52c5e769d32d94908c81617510615b6ad78fdf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=dd52c5e769d32d94908c81617510615b6ad78fdf

Author: Yi Zhao <yi.zhao at windriver.com>
Date:   Thu Jun 11 16:27:41 2015 +0800

sip: fix PN -> BPN for multilib

Signed-off-by: Yi Zhao <yi.zhao at windriver.com>

---

 meta-oe/recipes-extended/sip/sip_4.16.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 780ccdc..032d125 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"
 



More information about the Openembedded-commits mailing list