[oe-commits] Steve Sakoman : totem: don't disable python

git version control git at git.openembedded.org
Fri Nov 27 13:23:46 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 47a90e56cd43ea16e5c30f3f699829af653a3eab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=47a90e56cd43ea16e5c30f3f699829af653a3eab

Author: Steve Sakoman <steve at sakoman.com>
Date:   Wed Nov 25 08:50:03 2009 -0800

totem: don't disable python

---

 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 35b077c..a61f27e 100644
--- a/recipes/totem/totem_2.28.1.bb
+++ b/recipes/totem/totem_2.28.1.bb
@@ -6,6 +6,8 @@ DESCRIPTION = "A GTK2 based media player"
 HOMEPAGE = "http://www.gnome.org/projects/totem/"
 LICENSE = "GPL"
 
+PR = "r1"
+
 DEPENDS = " libgdata totem-pl-parser gtk+ dbus bluez-libs libglade gconf libxml2 gst-ffmpeg gst-plugins-bad  gst-plugins-base" 
 RDEPENDS_${PN} += "iso-codes"
 RRECOMMENDS_${PN} += "gst-plugin-playbin \
@@ -40,7 +42,6 @@ EXTRA_OECONF=" --disable-schemas-install \
                --enable-gstreamer \
                --enable-browser-plugins \
 	       --disable-run-in-source-tree \
-	       --disable-python \
 	       --disable-vala \
 	       --with-dbus \
 	       "





More information about the Openembedded-commits mailing list