From 67e5d38658b5c2d53505a845d10f9278fe7899ae Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Fri, 8 Jan 2010 21:24:27 -0800 Subject: totem: fix PYTHON_CFLAGS in configure.ini --- recipes/totem/totem_2.28.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/totem/totem_2.28.1.bb b/recipes/totem/totem_2.28.1.bb index 98f47ca43e..f1d846d7da 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-* " -- cgit v1.2.3