[oe-commits] Martin Jansa : obexpush: add -I/usr/lib/glib-2.0/include for glibconfig.h

git version control git at git.openembedded.org
Thu Jan 28 09:00:36 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: ecd1ac9a05d6b7090bfc4786d7c27820110a95a3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ecd1ac9a05d6b7090bfc4786d7c27820110a95a3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan 27 11:13:33 2010 +0100

obexpush: add -I/usr/lib/glib-2.0/include for glibconfig.h

* glibconfig.h is no longer available in /usr/include/glib-2.0/ for
  glib-2.0-2.22.4 and newer

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/obexpush/obexpush_1.0.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/obexpush/obexpush_1.0.0.bb b/recipes/obexpush/obexpush_1.0.0.bb
index 4de4cbe..59ec835 100644
--- a/recipes/obexpush/obexpush_1.0.0.bb
+++ b/recipes/obexpush/obexpush_1.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.caside.lancs.ac.uk/java_bt.php"
 SECTION = "console/network"
 LICENSE = "GPL"
 DEPENDS = "glib-2.0 openobex bluez-libs"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz \
            file://add-obextool.patch;patch=1 \
@@ -16,7 +16,7 @@ inherit update-rc.d
 INITSCRIPT_NAME = "opd"
 INITSCRIPT_PARAMS = "defaults 33 9"
 
-export GLIBINC = "-I${STAGING_INCDIR}/glib-2.0"
+export GLIBINC = "-I${STAGING_INCDIR}/glib-2.0 -I${STAGING_LIBDIR}/glib-2.0/include"
 export GLIBLIB = "-I${STAGING_LIBDIR} -lglib-2.0"
 export OBEXINC = "-I${STAGING_INCDIR}"
 export OBEXLIB = "${LDFLAGS} -lopenobex"





More information about the Openembedded-commits mailing list