diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 15:30:37 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-15 15:30:45 +0200 |
commit | 986054bd0e07b20c97a0617c3ae22e06ceb2a615 (patch) | |
tree | b1e1ac7963e8a4aa957ed8b6f9118f70058f8f9a | |
parent | 89abbc3057e1a5a9ccb61a4e2621cabe2b23e74e (diff) |
gnome-utils: remove old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/gnome/gnome-utils_2.28.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/gnome/gnome-utils_2.28.0.bb b/recipes/gnome/gnome-utils_2.28.0.bb deleted file mode 100644 index 15a912f566..0000000000 --- a/recipes/gnome/gnome-utils_2.28.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -DESCRIPTION = "GNOME utilities" -SECTION = "x11/gnome" -LICENSE = "GPL" -DEPENDS = "gnome-common glib-2.0 gtk+ gconf" - -inherit gnome pkgconfig - -SRC_URI += "file://no-try-run-strftime.diff" - -EXTRA_OECONF = "--disable-scrollkeeper" - -do_configure_append() { - for i in $(find ${S} -name "Makefile") ; do - sed -i -e s:-Werror::g $i - done -} - -FILES_${PN} += "${datadir}/baobab \ - ${datadir}/gdict-1.0 \ - ${datadir}/gnome-dictionary \ - ${datadir}/gnome-screenshot \ - " - - - -SRC_URI[archive.md5sum] = "156e38fdf348bf2db4fcb7b84ddcc2aa" -SRC_URI[archive.sha256sum] = "40c99392e6c06ff31d735c41cf285f02b7b8c0419f1954c533b7da900e7b9752" |