From fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 20 Jun 2025 16:06:53 +0200 Subject: meta-openembedded/all: adapt to UNPACKDIR changes Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin Signed-off-by: Khem Raj --- meta-gnome/recipes-support/ibus/ibus.inc | 1 - meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | 1 - meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb | 1 - .../recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb | 1 - .../recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb | 1 - 5 files changed, 5 deletions(-) (limited to 'meta-gnome/recipes-support') diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc index 9dce2ce4f3..9ec1dfe578 100644 --- a/meta-gnome/recipes-support/ibus/ibus.inc +++ b/meta-gnome/recipes-support/ibus/ibus.inc @@ -17,7 +17,6 @@ SRC_URI = " \ file://0001-src-Fix-declaration-errors-with-GCC-15.patch \ " SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3" -S = "${WORKDIR}/git" PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf" diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index 5365db270e..bbd7c866e1 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb @@ -8,7 +8,6 @@ DEPENDS = "gtk+3 gobject-introspection-native \ LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" -S = "${WORKDIR}/git" SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" PV = "3.0+git" diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb index 8f45221ad3..f816cdf239 100644 --- a/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb +++ b/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb @@ -15,7 +15,6 @@ DEPENDS = " \ libgudev \ " -S = "${WORKDIR}/git" inherit meson pkgconfig diff --git a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb index 73f22a3d95..726139a6b3 100644 --- a/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb +++ b/meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb @@ -14,7 +14,6 @@ EXTRA_OEMESON = "-Dupdate_cache=true" SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline" -S = "${WORKDIR}/git" SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3" FILES:${PN} = " \ diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb index 0f6a9291b8..5e83a07a4b 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb @@ -17,7 +17,6 @@ REQUIRED_DISTRO_FEATURES = "polkit" SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" -S = "${WORKDIR}/git" SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44" PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" -- cgit v1.2.3-54-g00ecf