From: Ross Burton Date: Wed, 12 Nov 2025 21:06:51 +0000 (+0000) Subject: recipes: remove obsolete S in recipes that inherit gnomebase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9563e9a295c1f113fd3b367def204c4687c65c9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git recipes: remove obsolete S in recipes that inherit gnomebase Now that S is set using GNOMEBN by gnomebase, we can remove these redundant assignments. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 45de01d9b1b..49ff165f84e 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb @@ -22,8 +22,6 @@ SRC_URI += "\ SRC_URI[archive.sha256sum] = "1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c" -S = "${UNPACKDIR}/${GNOMEBN}-${PV}" - EXTRA_OECONF = "--enable-shared --disable-static \ --disable-orbit --with-openldap=no --disable-gtk" diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.51.bb b/meta/recipes-gnome/gtk+/gtk+3_3.24.51.bb index 690d5a2dcd6..35f99b2de0c 100644 --- a/meta/recipes-gnome/gtk+/gtk+3_3.24.51.bb +++ b/meta/recipes-gnome/gtk+/gtk+3_3.24.51.bb @@ -24,8 +24,6 @@ SRC_URI += "\ " SRC_URI[archive.sha256sum] = "0013877c6bd23c2dbe42ad7c70a053d0e449be66736574e37867c49c5f905a4f" -S = "${UNPACKDIR}/${GNOMEBN}-${PV}" - BBCLASSEXTEND = "native nativesdk" GSETTINGS_PACKAGE:class-native = "" diff --git a/meta/recipes-support/libsoup/libsoup_3.6.5.bb b/meta/recipes-support/libsoup/libsoup_3.6.5.bb index a9f1e0d96ae..549bbb79810 100644 --- a/meta/recipes-support/libsoup/libsoup_3.6.5.bb +++ b/meta/recipes-support/libsoup/libsoup_3.6.5.bb @@ -13,8 +13,6 @@ SRC_URI[archive.sha256sum] = "6891765aac3e949017945c3eaebd8cc8216df772456dc9f460 PROVIDES = "libsoup-3.0" -S = "${UNPACKDIR}/${GNOMEBN}-${PV}" - inherit gettext gnomebase upstream-version-is-even gobject-introspection gi-docgen vala GIR_MESON_ENABLE_FLAG = 'enabled'