mirror of
https://git.yoctoproject.org/poky
synced 2026-02-06 16:56:37 +01:00
Refer [1], people.redhat.com has certificate issue, so update SRC_URI to fix do_fetch warning [1] https://github.com/stevegrubb/libcap-ng/issues/56 (From OE-Core rev: 798aa15cb955f9801effbed44eba0f3f46ba8c54) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
341 B
BlitzBasic
18 lines
341 B
BlitzBasic
require libcap-ng.inc
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:"
|
|
|
|
SUMMARY .= " - python"
|
|
|
|
inherit python3targetconfig
|
|
|
|
DEPENDS += "libcap-ng python3 swig-native"
|
|
|
|
EXTRA_OECONF += "--with-python3"
|
|
|
|
do_install() {
|
|
oe_runmake 'DESTDIR=${D}' install -C ${B}/bindings/python3
|
|
}
|
|
|
|
FILES:${PN} = "${libdir}/python${PYTHON_BASEVERSION}"
|