diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-01-08 21:24:27 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-11 14:15:45 +0100 |
commit | 67e5d38658b5c2d53505a845d10f9278fe7899ae (patch) | |
tree | ce41926d21465c5b679df802d74fcafbc91b5c39 /recipes/totem | |
parent | 5c533a7fa229c0913de270135e1f66996edd4464 (diff) |
totem: fix PYTHON_CFLAGS in configure.ini
Diffstat (limited to 'recipes/totem')
-rw-r--r-- | 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 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-* " |