mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-10 16:16:00 +02:00
12 lines
223 B
BlitzBasic
12 lines
223 B
BlitzBasic
require sip.inc
|
|
|
|
DEPENDS = "python"
|
|
|
|
inherit python-dir pythonnative
|
|
|
|
PACKAGES += "python-sip"
|
|
|
|
FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/"
|
|
FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
|
|
|