blob: f067d9ad7ecbfc5d83c77f062546365b422cc649 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
}
|