[oe-commits] Koen Kooi : totem-pl-parser: add 2.30.0, convert to new style staging

git version control git at git.openembedded.org
Fri Apr 9 11:14:22 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 49a4f2e384f8b239648852de9b3dc1e01f345731
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=49a4f2e384f8b239648852de9b3dc1e01f345731

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Apr  9 11:02:02 2010 +0200

totem-pl-parser: add 2.30.0, convert to new style staging

---

 recipes/totem/totem-pl-parser_2.28.1.bb |    6 ------
 recipes/totem/totem-pl-parser_2.30.0.bb |   19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/recipes/totem/totem-pl-parser_2.28.1.bb b/recipes/totem/totem-pl-parser_2.28.1.bb
index c59a2ed..fdd0431 100644
--- a/recipes/totem/totem-pl-parser_2.28.1.bb
+++ b/recipes/totem/totem-pl-parser_2.28.1.bb
@@ -6,12 +6,6 @@ DEPENDS = "gmime eds-dbus"
 
 inherit gnome
 
-AUTOTOOLS_STAGE_PKGCONFIG = "1"
-
-do_stage() {
-        autotools_stage_all
-}
-
 # Build of documentation is not yet possible:
 do_configure_prepend() {
 	sed -i -e s:docs::g ${S}/Makefile.am
diff --git a/recipes/totem/totem-pl-parser_2.30.0.bb b/recipes/totem/totem-pl-parser_2.30.0.bb
new file mode 100644
index 0000000..1a45ce9
--- /dev/null
+++ b/recipes/totem/totem-pl-parser_2.30.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
+HOMEPAGE = "http://www.gnome.org/projects/totem/"
+LICENSE = "LGPLv2"
+
+DEPENDS = "gmime eds-dbus"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
+SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"
+
+# Build of documentation is not yet possible:
+do_configure() {
+	sed -i -e s:docs::g ${S}/Makefile.am
+	libtoolize --force
+	gnu-configize --force
+	oe_runconf
+}
+





More information about the Openembedded-commits mailing list