From 3f4e3e1d8f8ed719fc59be3cf0aadefb19f934bb Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 23 Nov 2012 18:10:37 +0800 Subject: libxml: update the version number to 2.9.0 to match the upgrade in poky 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] Signed-off-by: Zhenhua Luo --- 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" -- cgit v1.2.3-54-g00ecf