[oe-commits] Steve Sakoman : totem: fix PYTHON_CFLAGS in configure.ini

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


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

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

totem: fix PYTHON_CFLAGS in configure.ini

---

 recipes/totem/totem_2.28.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/totem/totem_2.28.1.bb b/recipes/totem/totem_2.28.1.bb
index 98f47ca..f1d846d 100644
--- a/recipes/totem/totem_2.28.1.bb
+++ b/recipes/totem/totem_2.28.1.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "A GTK2 based media player"
 HOMEPAGE = "http://www.gnome.org/projects/totem/"
 LICENSE = "GPL"
 
-PR = "r1"
+PR = "r2"
 
 DEPENDS = " libunique libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad  gst-plugins-base" 
 RDEPENDS_${PN} += "iso-codes"
@@ -48,6 +48,7 @@ EXTRA_OECONF=" --disable-schemas-install \
 
 do_configure_prepend() {
 	sed -i -e s:help::g ${S}/Makefile.am
+	sed -i -e s:PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION":PYTHON_CFLAGS="-I${STAGING_INCDIR}/python$PYTHON_VERSION":g ${S}/configure.in
 }
 
 PACKAGES_DYNAMIC += " totem-plugin-* "





More information about the Openembedded-commits mailing list