mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
d42cce95a8
* Note SRC_URI changed from SourceForge to Riverbank Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"
|
|
|