From: Dmitry Baryshkov Date: Tue, 4 Nov 2008 01:41:41 +0000 (+0300) Subject: gloox: fix gloox.pc in the staging X-Git-Tag: Release-2010-05/1~5415 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87337d2d8562d92e6dbda1edb4508a022cd926d5;p=openembedded.git gloox: fix gloox.pc in the staging As gloox.pc included @CFLAGS@ substitution, it got populated with -isystem CFLAGS, thus breaking staging QA. Fix that by dropping unnecessary @CFLAGS@ substitution. Signed-off-by: Dmitry Baryshkov --- diff --git a/packages/gloox/gloox/gloox-fix-pc.diff b/packages/gloox/gloox/gloox-fix-pc.diff new file mode 100644 index 0000000000..70cb84eb09 --- /dev/null +++ b/packages/gloox/gloox/gloox-fix-pc.diff @@ -0,0 +1,10 @@ +Index: gloox-0.8.9/gloox.pc.in +=================================================================== +--- gloox-0.8.9.orig/gloox.pc.in 2008-11-04 04:20:26.896779618 +0300 ++++ gloox-0.8.9/gloox.pc.in 2008-11-04 04:20:32.665427239 +0300 +@@ -7,4 +7,4 @@ Name: gloox + Description: A high-level XMPP/Jabber library for C++ + Version: @VERSION@ + Libs: -L${libdir} -lgloox @LIBS@ +-Cflags: -I${includedir} @CFLAGS@ ++Cflags: -I${includedir} diff --git a/packages/gloox/gloox_0.8.9.bb b/packages/gloox/gloox_0.8.9.bb index 09004a8182..562fb90eb3 100644 --- a/packages/gloox/gloox_0.8.9.bb +++ b/packages/gloox/gloox_0.8.9.bb @@ -8,7 +8,8 @@ DEPENDS = "iksemel libidn gnutls" inherit autotools pkgconfig -SRC_URI = "http://camaya.net/download/${P}.tar.bz2" +SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \ + file://gloox-fix-pc.diff;patch=1" do_stage () { autotools_stage_all