diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-03-02 11:42:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:24 +0100 |
commit | 3abdec98f74fccf0a93a6667bd6dc44e8fd3f7f0 (patch) | |
tree | 7a9a8dbb8ad145d17de7670a5dee53aeb44c3186 /meta/recipes-sato | |
parent | f5e4aa23ce8d7d1db85b56e5cf4d0c8dbdc7af23 (diff) | |
download | poky-3abdec98f74fccf0a93a6667bd6dc44e8fd3f7f0.tar.gz |
gtk-sato-engine: Remove as unused
(From OE-Core rev: 812bb2f9814a40834bf86a1c7484477125f73661)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 25 | ||||
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb | 14 |
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc deleted file mode 100644 index 93538ed01e..0000000000 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | SUMMARY = "Sato theme engine for GTK+" | ||
2 | HOMEPAGE = "http://www.o-hand.com" | ||
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1 & LGPLv2+" | ||
6 | |||
7 | SECTION = "x11/base" | ||
8 | DEPENDS = "gtk+" | ||
9 | RDEPENDS_gtk-theme-sato = "gtk-sato-engine" | ||
10 | |||
11 | inherit distro_features_check | ||
12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
13 | |||
14 | PACKAGES += "gtk-theme-sato" | ||
15 | FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " | ||
16 | FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la" | ||
17 | FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" | ||
18 | |||
19 | inherit autotools-brokensep pkgconfig | ||
20 | |||
21 | do_configure_prepend() { | ||
22 | for i in `ls gtk-common`; do | ||
23 | ln -sf ../gtk-common/$i gtk2-engine/$i | ||
24 | done | ||
25 | } | ||
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb deleted file mode 100644 index da4d98ad48..0000000000 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | require gtk-sato-engine.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
4 | file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \ | ||
5 | file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a" | ||
6 | |||
7 | SRCREV = "4740ad8d53aba4368ce3e03b06cfdc69eb86dcdc" | ||
8 | PV = "0.3.3+git${SRCPV}" | ||
9 | |||
10 | SRC_URI = "git://git.yoctoproject.org/${BPN}" | ||
11 | |||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}" | ||