[meta-freescale] [meta-fsl-ppc master v2] libxml2: update the version number to 2.9.0 to match the upgrade in poky

Zhenhua Luo b19537 at freescale.com
Tue Nov 27 23:18:56 PST 2012


* Upgrade the version to 2.9.0 to fix following version mismatch issue:
  ERROR: No recipes available for:
  /srv/home/pokybuild/yocto-autobuilder/yocto-slave/p1022ds/build/yocto/meta-fsl-ppc/recipes-append/libxml/libxml2_2.8.0.bbappend

  [YOCTO #3476]

* Reason of add the configure flag:
  Without this flag, the library has a problem with C++ programs using exception handling.

Signed-off-by: Zhenhua Luo <b19537 at freescale.com>
---
 recipes-append/libxml/libxml2_2.8.0.bbappend |    3 ---
 recipes-append/libxml/libxml2_2.9.0.bbappend |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 recipes-append/libxml/libxml2_2.8.0.bbappend
 create mode 100644 recipes-append/libxml/libxml2_2.9.0.bbappend

diff --git a/recipes-append/libxml/libxml2_2.8.0.bbappend b/recipes-append/libxml/libxml2_2.8.0.bbappend
deleted file mode 100644
index 13c1fd7..0000000
--- a/recipes-append/libxml/libxml2_2.8.0.bbappend
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRA_OECONF_fsl += "--with-fexceptions"
-
-PR_fsl .= "+${DISTRO}.0"
diff --git a/recipes-append/libxml/libxml2_2.9.0.bbappend b/recipes-append/libxml/libxml2_2.9.0.bbappend
new file mode 100644
index 0000000..13c1fd7
--- /dev/null
+++ b/recipes-append/libxml/libxml2_2.9.0.bbappend
@@ -0,0 +1,3 @@
+EXTRA_OECONF_fsl += "--with-fexceptions"
+
+PR_fsl .= "+${DISTRO}.0"
-- 
1.7.9.5





More information about the meta-freescale mailing list