[oe-commits] Steve Sakoman : python-pygobject: export GOBJECT_INTROSPECTION_CFLAGS

git version control git at git.openembedded.org
Mon Jan 11 16:01:12 UTC 2010


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 5c533a7fa229c0913de270135e1f66996edd4464
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5c533a7fa229c0913de270135e1f66996edd4464

Author: Steve Sakoman <steve at sakoman.com>
Date:   Fri Jan  8 21:21:36 2010 -0800

python-pygobject: export GOBJECT_INTROSPECTION_CFLAGS

---

 recipes/python/python-pygobject_2.20.0.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-pygobject_2.20.0.bb b/recipes/python/python-pygobject_2.20.0.bb
index 2a07a4a..10c94dc 100644
--- a/recipes/python/python-pygobject_2.20.0.bb
+++ b/recipes/python/python-pygobject_2.20.0.bb
@@ -20,6 +20,8 @@ inherit autotools distutils-base pkgconfig
 export BUILD_SYS
 export HOST_SYS
 
+export GOBJECT_INTROSPECTION_CFLAGS="-pthread -I${STAGING_INCDIR}/gobject-introspection-1.0 -I${STAGING_INCDIR}/glib-2.0 -I${STAGING_LIBDIR}/glib-2.0/include"
+
 do_stage() {
 	autotools_stage_all
 	install -d ${STAGING_LIBDIR}/../share/pygobject/





More information about the Openembedded-commits mailing list