mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
sip: Split python into a new package for runtime support.
The package is named python-sip for backwards compatibility. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9b05b3eb6d
commit
401b0bb662
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f219
|
|||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
PACKAGES += "python-sip"
|
||||||
|
|
||||||
inherit qmake2 python-dir pythonnative distro_features_check
|
inherit qmake2 python-dir pythonnative distro_features_check
|
||||||
# depends on qt4-x11-free
|
# depends on qt4-x11-free
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
@@ -47,6 +49,6 @@ do_install() {
|
|||||||
oe_runmake install
|
oe_runmake install
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/${PYTHON_DIR}/site-packages/"
|
FILES_python-${PN} = "${libdir}/${PYTHON_DIR}/site-packages/"
|
||||||
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
|
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user