diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-04 04:41:41 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-11 21:36:43 +0300 |
commit | 87337d2d8562d92e6dbda1edb4508a022cd926d5 (patch) | |
tree | 214b274313ec347f59c6dbd286ada96f2edfc4e6 /packages/gloox/gloox_0.8.9.bb | |
parent | cff117081e4c2acf87b06b8ae1722c95dd677369 (diff) |
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 <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/gloox/gloox_0.8.9.bb')
-rw-r--r-- | packages/gloox/gloox_0.8.9.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |