diff options
| author | Yu Ke <ke.yu@intel.com> | 2010-11-26 19:48:11 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:57 -0800 |
| commit | 032553036dcd0a4b977ab0e4e78b4af4a23e4ad6 (patch) | |
| tree | d4104b6c01ee2eeb6a4a4c6733a410fe09c84f39 | |
| parent | af03613564da0c452417d43303aaac340a5f46c6 (diff) | |
| download | poky-032553036dcd0a4b977ab0e4e78b4af4a23e4ad6.tar.gz | |
libxml2-native: remove the --without-debug option
mesa 7.9 build script es_generator.py use libxml2 API xmlLsCountNode,
which only available in debug module, so remove the --without-debug
option for mesa 7.9
Signed-off-by: Yu Ke <ke.yu@intel.com>
| -rw-r--r-- | meta/recipes-core/libxml/libxml2.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-core/libxml/libxml2_2.7.7.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxml/libxml2.inc b/meta/recipes-core/libxml/libxml2.inc index 6959b69d81..748a7fb241 100644 --- a/meta/recipes-core/libxml/libxml2.inc +++ b/meta/recipes-core/libxml/libxml2.inc | |||
| @@ -20,7 +20,7 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz \ | |||
| 20 | inherit autotools pkgconfig binconfig | 20 | inherit autotools pkgconfig binconfig |
| 21 | 21 | ||
| 22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" | 22 | EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" |
| 23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | 23 | EXTRA_OECONF_virtclass-native = "--with-python=${STAGING_BINDIR}/python --without-legacy --with-catalog --without-docbook --with-c14n" |
| 24 | 24 | ||
| 25 | # required for pythong binding | 25 | # required for pythong binding |
| 26 | export HOST_SYS | 26 | export HOST_SYS |
diff --git a/meta/recipes-core/libxml/libxml2_2.7.7.bb b/meta/recipes-core/libxml/libxml2_2.7.7.bb index deb28b3954..656cb883af 100644 --- a/meta/recipes-core/libxml/libxml2_2.7.7.bb +++ b/meta/recipes-core/libxml/libxml2_2.7.7.bb | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | require libxml2.inc | 1 | require libxml2.inc |
| 2 | 2 | ||
| 3 | PR = "r1" | 3 | PR = "r2" |
