mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 15:52:39 +02:00
15 lines
227 B
BlitzBasic
15 lines
227 B
BlitzBasic
require libxml2.inc
|
|
|
|
PR = "r8"
|
|
|
|
DEPENDS += "python-native-runtime"
|
|
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
|
|
S = "${WORKDIR}/libxml2-${PV}"
|
|
|
|
inherit native
|
|
|
|
do_stage () {
|
|
oe_runmake install
|
|
}
|