mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
14 lines
254 B
BlitzBasic
14 lines
254 B
BlitzBasic
require libxml2.inc
|
|
|
|
PR = "r8"
|
|
|
|
DEPENDS += "python-native"
|
|
|
|
EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"
|
|
|
|
inherit native
|
|
|
|
do_stage () {
|
|
oe_runmake install
|
|
}
|