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