summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-25 12:51:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-25 15:57:14 +0100
commitb56e33fa439429f6d93860a49653ba1b16e00bbb (patch)
treeadf09f03ac303f377a006d602cd51a9522e89582 /meta/recipes-gnome
parent791a3493c88c9c249f21f6d893b2061e1d8a0af6 (diff)
downloadopenembedded-core-b56e33fa439429f6d93860a49653ba1b16e00bbb.tar.gz
gnome-themes-standard: don't generate multiple -dev and -dbg packages
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/gnome/gnome-themes-standard_3.22.3.bb5
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() {
# There could be gnome-theme-highcontrast as well but that requires
# gtk+3 and includes lots of icons (is also broken with B != S).
PACKAGES += "gnome-theme-adwaita \
- gnome-theme-adwaita-dbg \
- gnome-theme-adwaita-devĀ \
gnome-theme-adwaita-dark \
"
FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \
${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so"
-FILES_gnome-theme-adwaita-dev = "${libdir}/gtk-2.0/2.10.0/engines/libadwaita.la"
-FILES_gnome-theme-adwaita-dbg = "${libdir}/gtk-2.0/2.10.0/engines/.debug/libadwaita.so"
FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark"
RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita"
-