From 1fd4a8e4c3d3dbba32e663e6010f5618d91fe0ea Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 22 Oct 2012 12:44:19 -0500 Subject: libxml2_2.7.8.bbappend: fix changes to apply for distro Signed-off-by: Matthew McClintock --- recipes-append/libxml/libxml2_2.7.8.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-append/libxml/libxml2_2.7.8.bbappend b/recipes-append/libxml/libxml2_2.7.8.bbappend index 9b3f7f6..366663c 100644 --- a/recipes-append/libxml/libxml2_2.7.8.bbappend +++ b/recipes-append/libxml/libxml2_2.7.8.bbappend @@ -1,3 +1,3 @@ -EXTRA_OECONF += "--with-fexceptions" +EXTRA_OECONF_append_fsl = " --with-fexceptions" -PR .= "+${DISTRO}.0" +PR_append_fsl = "+${DISTRO}.0" -- cgit v1.2.3-54-g00ecf