diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-02-05 20:50:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 23:10:44 +0000 |
| commit | 12d5fa82546a2288bf4ceed253f0f0619c9ae475 (patch) | |
| tree | f11beba52e80a210108aa9040d528e414c2b16dc /meta/recipes-gnome | |
| parent | 659d75567361442c4d4ea6709fbf7009ddb10eb8 (diff) | |
| download | poky-12d5fa82546a2288bf4ceed253f0f0619c9ae475.tar.gz | |
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).
(From OE-Core rev: d9ecac4828cb316230c3681670e7bf6d197e3a30)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
| -rw-r--r-- | meta/recipes-gnome/gtk-theme-torturer/gtk-theme-torturer_git.bb | 24 |
1 files changed, 0 insertions, 24 deletions
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 @@ | |||
| 1 | SUMMARY = "GTK+ Theme benchmark program" | ||
| 2 | DEPENDS = "gtk+" | ||
| 3 | HOMEPAGE = "http://wiki.laptop.org/go/GTK_for_OLPC" | ||
| 4 | SECTION = "devel" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://appwindow.c;endline=13;md5=8c09920de460c7ea1f64ee56986aabd9" | ||
| 7 | |||
| 8 | SRCREV = "99962ae39bb5aadb31929b25c58e1a053f9c9545" | ||
| 9 | PV = "0.0.0+git${SRCPV}" | ||
| 10 | |||
| 11 | SRC_URI = "git://dev.laptop.org/projects/soc-gtk/" | ||
| 12 | S = "${WORKDIR}/git/gtk-theme-torturer" | ||
| 13 | |||
| 14 | CFLAGS += "-Wl,-rpath-link,${STAGING_LIBDIR}" | ||
| 15 | |||
| 16 | inherit distro_features_check | ||
| 17 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
| 18 | |||
| 19 | do_install() { | ||
| 20 | install -d ${D}${bindir} | ||
| 21 | install -m 0755 torturer ${D}${bindir} | ||
| 22 | } | ||
| 23 | |||
| 24 | |||
