mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
225 B
BlitzBasic
12 lines
225 B
BlitzBasic
require sip.inc
|
|
|
|
DEPENDS = "python"
|
|
|
|
inherit python3-dir python3native
|
|
|
|
PACKAGES += "python-sip"
|
|
|
|
FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/"
|
|
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
|
|
|