From: Steve Sakoman Date: Sat, 9 Jan 2010 05:24:27 +0000 (-0800) Subject: totem: fix PYTHON_CFLAGS in configure.ini X-Git-Tag: Release-2010-05/1~898^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e5d38658b5c2d53505a845d10f9278fe7899ae;p=openembedded.git totem: fix PYTHON_CFLAGS in configure.ini --- 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-* "