[oe-commits] Steve Sakoman : python-pygobject-native: 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: 594f4567fbbe7b72c3a05dd337ebf2c1ed24611f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=594f4567fbbe7b72c3a05dd337ebf2c1ed24611f

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

python-pygobject-native: export GOBJECT_INTROSPECTION_CFLAGS

---

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

diff --git a/recipes/python/python-pygobject-native_2.20.0.bb b/recipes/python/python-pygobject-native_2.20.0.bb
index 40d7a9e..918ffa2 100644
--- a/recipes/python/python-pygobject-native_2.20.0.bb
+++ b/recipes/python/python-pygobject-native_2.20.0.bb
@@ -11,6 +11,8 @@ SRC_URI = "\
 #  file://python-path.patch;patch=1 \
 "
 
+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_append() {
 	install -d ${STAGING_BINDIR}
 	install -m 0755 gobject/generate-constants ${STAGING_BINDIR}/gobject-generate-constants





More information about the Openembedded-commits mailing list