mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
341 B
BlitzBasic
17 lines
341 B
BlitzBasic
require libxml2.inc
|
|
|
|
PR = "r5"
|
|
|
|
DEPENDS += "python-native-runtime"
|
|
|
|
EXTRA_OECONF = "--with-python=2.5 --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"
|
|
|
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
|
|
S = "${WORKDIR}/libxml2-${PV}"
|
|
|
|
inherit native
|
|
|
|
do_stage () {
|
|
oe_runmake install
|
|
}
|