mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
7d892a14ef
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
256 B
BlitzBasic
12 lines
256 B
BlitzBasic
require sip.inc
|
|
|
|
DEPENDS = "python3"
|
|
|
|
inherit python3-dir python3native
|
|
|
|
PACKAGES += "python3-sip3"
|
|
|
|
FILES_python3-sip3 = "${libdir}/${PYTHON_DIR}${PYTHON_ABI}/site-packages/"
|
|
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}${PYTHON_ABI}/site-packages/.debug"
|
|
|