diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-09 11:02:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-09 13:06:32 +0200 |
commit | 49a4f2e384f8b239648852de9b3dc1e01f345731 (patch) | |
tree | cb7142f2f8327760d5887fedd755b737bafdcce9 /recipes | |
parent | 706c27fffa87d04acb7989894a4d1b9af68a3e30 (diff) |
totem-pl-parser: add 2.30.0, convert to new style staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/totem/totem-pl-parser_2.28.1.bb | 6 | ||||
-rw-r--r-- | 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 c59a2ed051..fdd04310db 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 0000000000..1a45ce9e1e --- /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 +} + |