mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +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> Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
78e2b42af5
commit
30438e7690
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "ceda443fc5e129e67a067e2cd7b73ff037f8b10b50e407baa2b1d9f219
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
inherit qmake2 python-dir pythonnative
|
inherit qmake2 python-dir pythonnative
|
||||||
|
PACKAGES += "python-sip"
|
||||||
|
|
||||||
|
|
||||||
EXTRA_QMAKEVARS_POST += "CONFIG=console"
|
EXTRA_QMAKEVARS_POST += "CONFIG=console"
|
||||||
|
|
||||||
@@ -45,6 +47,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