From d9ecac4828cb316230c3681670e7bf6d197e3a30 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 5 Feb 2016 20:50:34 +0000 Subject: gtk-theme-torturer: remove from oe-core This recipe is very old, unmaintained, not used at all in OE-Core, and not useful in a world that has moved to GTK+ 3 (even if Sato is slow at catching up). Signed-off-by: Ross Burton --- .../gtk-theme-torturer/gtk-theme-torturer_git.bb | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb b/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb deleted file mode 100644 index b67806def9..0000000000 --- a/meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "GTK+ Theme benchmark program" -DEPENDS = "gtk+" -HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC" -SECTION = "devel" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://appwindow.c;endline=13;md5=8c09920de460c7ea1f64ee56986aabd9" - -SRCREV = "99962ae39bb5aadb31929b25c58e1a053f9c9545" -PV = "0.0.0+git${SRCPV}" - -SRC_URI = "git://dev.laptop.org/projects/soc-gtk/" -S = "${WORKDIR}/git/gtk-theme-torturer" - -CFLAGS += "-Wl,-rpath-link,${STAGING_LIBDIR}" - -inherit distro_features_check -ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" - -do_install() { - install -d ${D}${bindir} - install -m 0755 torturer ${D}${bindir} -} - - -- cgit 1.2.3-korg