Openembedded Core Discussions
 help / color / mirror / Atom feed
* libxp: Change superfluous "+=" to simple "=" when using _append
@ 2012-07-23  9:59 Robert P. J. Day
  2012-07-26 19:27 ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2012-07-23  9:59 UTC (permalink / raw)
  To: OE Core mailing list


Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

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"


-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-26 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-23  9:59 libxp: Change superfluous "+=" to simple "=" when using _append Robert P. J. Day
2012-07-26 19:27 ` Saul Wold
2012-07-26 19:34   ` Chris Larson
2012-07-26 19:41     ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox