aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/gnome/gnome-utils_2.28.0.bb27
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"