diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-08-10 18:32:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-12 01:24:27 -0700 |
commit | 284f38a12b3c19387f2b92a0d4fcd75011b66716 (patch) | |
tree | 6e5487ddbe6f33481ddb5b8682d3ba947447fafe | |
parent | 78fe37bb9c1456263df3a6ec450a486a2d8464db (diff) | |
download | meta-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>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-test/cunit/cunit_2.1-3.bb | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb | 2 |
3 files changed, 3 insertions, 3 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 | ||
20 | inherit gnomebase gsettings features_check remove-libtool gettext | 20 | inherit gnomebase gsettings features_check gettext |
21 | 21 | ||
22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | 22 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
23 | 23 | ||
diff --git a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb index 9a0c18dee4..252ef60def 100644 --- a/meta-oe/recipes-test/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-test/cunit/cunit_2.1-3.bb | |||
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a | |||
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cunit/files/releases" | 16 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/cunit/files/releases" |
17 | 17 | ||
18 | inherit autotools-brokensep remove-libtool ptest | 18 | inherit autotools-brokensep ptest |
19 | 19 | ||
20 | EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console" | 20 | EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console" |
21 | 21 | ||
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb index d47f9cefc9..46d26159ae 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-only" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" |
5 | DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxml2 libwnck3 vala-native" | 5 | DEPENDS = "garcon exo gtk+3 cairo virtual/libx11 libxml2 libwnck3 vala-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc gobject-introspection features_check remove-libtool mime-xdg | 7 | inherit xfce gtk-doc gobject-introspection features_check mime-xdg |
8 | 8 | ||
9 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. | 9 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
10 | # cairo would at least needed to be built with xlib. | 10 | # cairo would at least needed to be built with xlib. |