diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:48:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-08-25 20:48:45 +0000 |
| commit | bae5aaf0d000120193ec42a5b3d9209fa98eea2c (patch) | |
| tree | c1433d03f7568b9b66fa2bed9f4d1ec00b65bea1 | |
| parent | 666c69518d4fafcd8365c79dbffa7b4912863e68 (diff) | |
| download | poky-bae5aaf0d000120193ec42a5b3d9209fa98eea2c.tar.gz | |
libxml2-native: Enable python extensions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb index 4f7a801495..f067d9ad7e 100644 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ b/meta/packages/libxml/libxml2-native_2.6.29.bb | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | require libxml2.inc | 1 | require libxml2.inc |
| 2 | 2 | ||
| 3 | PR = "r4" | 3 | PR = "r5" |
| 4 | 4 | ||
| 5 | DEPENDS += "python-native-runtime" | 5 | DEPENDS += "python-native-runtime" |
| 6 | 6 | ||
| 7 | EXTRA_OECONF = "--with-python=2.5 --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | ||
| 8 | |||
| 7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" | 9 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" |
| 8 | S = "${WORKDIR}/libxml2-${PV}" | 10 | S = "${WORKDIR}/libxml2-${PV}" |
| 9 | 11 | ||
