From: Robert P. J. Day Date: Mon, 23 Jul 2012 09:59:05 +0000 (-0400) Subject: libxp: Change superfluous "+=" to simple "=" when using _append X-Git-Tag: 2015-4~9818 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5d9319105e3f3727ba707773112a84f655fa559b;p=openembedded-core.git libxp: Change superfluous "+=" to simple "=" when using _append Signed-off-by: Robert P. J. Day Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb index 349dad1c44..dbd460928b 100644 --- a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb +++ b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb @@ -15,7 +15,7 @@ PE = "1" XORG_PN = "libXp" -CFLAGS_append += " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" +CFLAGS_append = " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions" SRC_URI += "file://fix-cast-error.patch"