| Message ID | 20251112210651.1868279-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] classes/gnomebase: set S using GNOMEBN instead of BPN | expand |
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'
Now that S is set using GNOMEBN by gnomebase, we can remove these redundant assignments. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 2 -- meta/recipes-gnome/gtk+/gtk+3_3.24.51.bb | 2 -- meta/recipes-support/libsoup/libsoup_3.6.5.bb | 2 -- 3 files changed, 6 deletions(-)