mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +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
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"
|
|
|