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 <[email protected]> --- 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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
