diff options
-rw-r--r-- | meta-oe/recipes-extended/sip/sip_4.16.4.bb | 4 |
1 files changed, 3 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 607ace69fa..780ccdc22f 100644 --- a/meta-oe/recipes-extended/sip/sip_4.16.4.bb +++ b/meta-oe/recipes-extended/sip/sip_4.16.4.bb | |||
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f219 | |||
14 | 14 | ||
15 | BBCLASSEXTEND = "native" | 15 | BBCLASSEXTEND = "native" |
16 | 16 | ||
17 | PACKAGES += "python-sip" | ||
18 | |||
17 | inherit qmake2 python-dir pythonnative distro_features_check | 19 | inherit qmake2 python-dir pythonnative distro_features_check |
18 | # depends on qt4-x11-free | 20 | # depends on qt4-x11-free |
19 | REQUIRED_DISTRO_FEATURES = "x11" | 21 | REQUIRED_DISTRO_FEATURES = "x11" |
@@ -47,6 +49,6 @@ do_install() { | |||
47 | oe_runmake install | 49 | oe_runmake install |
48 | } | 50 | } |
49 | 51 | ||
50 | FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages/" | 52 | FILES_python-${PN} = "${libdir}/${PYTHON_DIR}/site-packages/" |
51 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | 53 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" |
52 | 54 | ||