summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-10 18:32:57 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-12 01:24:27 -0700
commit284f38a12b3c19387f2b92a0d4fcd75011b66716 (patch)
tree6e5487ddbe6f33481ddb5b8682d3ba947447fafe /meta-gnome
parent78fe37bb9c1456263df3a6ec450a486a2d8464db (diff)
downloadmeta-openembedded-284f38a12b3c19387f2b92a0d4fcd75011b66716.tar.gz
gnome-keyring,cunit,xfce4-panel: Do not inherit remove-libtool class here
Its in global namespace and already inherited Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb
index b6d9a58e81..a30303cd8c 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb
@@ -17,7 +17,7 @@ DEPENDS = " \
17 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \ 17 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} \
18" 18"
19 19
20inherit gnomebase gsettings features_check remove-libtool gettext 20inherit gnomebase gsettings features_check gettext
21 21
22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 22ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
23 23