diff options
author | Ross Burton <ross.burton@intel.com> | 2017-07-25 12:51:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-25 15:59:13 +0100 |
commit | 6f3f5d9f46519a3c157ea039d7d16a9782981ab7 (patch) | |
tree | 7c061a6ae278664f41724b46d8f6bd26838cf3cb /meta/recipes-gnome/gnome | |
parent | e97acdcc94b3433a8887953483a1cf2396eecb03 (diff) | |
download | poky-6f3f5d9f46519a3c157ea039d7d16a9782981ab7.tar.gz |
gnome-themes-standard: don't generate multiple -dev and -dbg packages
(From OE-Core rev: b56e33fa439429f6d93860a49653ba1b16e00bbb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb index f75f7c88cc..e49ad5e9d1 100644 --- a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb +++ b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb | |||
@@ -30,16 +30,11 @@ do_install_append() { | |||
30 | # There could be gnome-theme-highcontrast as well but that requires | 30 | # There could be gnome-theme-highcontrast as well but that requires |
31 | # gtk+3 and includes lots of icons (is also broken with B != S). | 31 | # gtk+3 and includes lots of icons (is also broken with B != S). |
32 | PACKAGES += "gnome-theme-adwaita \ | 32 | PACKAGES += "gnome-theme-adwaita \ |
33 | gnome-theme-adwaita-dbg \ | ||
34 | gnome-theme-adwaita-devĀ \ | ||
35 | gnome-theme-adwaita-dark \ | 33 | gnome-theme-adwaita-dark \ |
36 | " | 34 | " |
37 | 35 | ||
38 | FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \ | 36 | FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \ |
39 | ${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so" | 37 | ${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so" |
40 | FILES_gnome-theme-adwaita-dev = "${libdir}/gtk-2.0/2.10.0/engines/libadwaita.la" | ||
41 | FILES_gnome-theme-adwaita-dbg = "${libdir}/gtk-2.0/2.10.0/engines/.debug/libadwaita.so" | ||
42 | 38 | ||
43 | FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark" | 39 | FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark" |
44 | RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita" | 40 | RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita" |
45 | |||