diff options
Diffstat (limited to 'recipes/totem/totem-pl-parser_2.26.2.bb')
-rw-r--r-- | recipes/totem/totem-pl-parser_2.26.2.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/totem/totem-pl-parser_2.26.2.bb b/recipes/totem/totem-pl-parser_2.26.2.bb deleted file mode 100644 index f9694b05d8..0000000000 --- a/recipes/totem/totem-pl-parser_2.26.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player" -HOMEPAGE = "http://www.gnome.org/projects/totem/" -LICENSE = "GPL" - -DEPENDS = "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 -} |