summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxml/libxml2-native_2.6.29.bb
blob: 75169f2bce95ea1ddd851c6ca12f899ba7c84941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}