From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SuTtg-0000LN-Gd for openembedded-core@lists.openembedded.org; Thu, 26 Jul 2012 21:38:56 +0200 Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 26 Jul 2012 12:27:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,352,1309762800"; d="scan'208";a="171882016" Received: from unknown (HELO [10.255.12.157]) ([10.255.12.157]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2012 12:27:24 -0700 Message-ID: <50119A1B.5050403@linux.intel.com> Date: Thu, 26 Jul 2012 12:27:23 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: libxp: Change superfluous "+=" to simple "=" when using _append X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2012 19:38:56 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/23/2012 02:59 AM, Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day > > --- > > 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 349dad1..dbd4609 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" > > Merged into OE-Core Thanks Sau!