diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-gnome/recipes-support | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
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 <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
5 files changed, 0 insertions, 5 deletions
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 = " \ | |||
| 17 | file://0001-src-Fix-declaration-errors-with-GCC-15.patch \ | 17 | file://0001-src-Fix-declaration-errors-with-GCC-15.patch \ |
| 18 | " | 18 | " |
| 19 | SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3" | 19 | SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3" |
| 20 | S = "${WORKDIR}/git" | ||
| 21 | 20 | ||
| 22 | PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" | 21 | PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" |
| 23 | PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf" | 22 | 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 \ | |||
| 8 | 8 | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | 11 | ||
| 13 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" | 12 | SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" |
| 14 | PV = "3.0+git" | 13 | 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 = " \ | |||
| 15 | libgudev \ | 15 | libgudev \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | 18 | ||
| 20 | inherit meson pkgconfig | 19 | inherit meson pkgconfig |
| 21 | 20 | ||
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" | |||
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline" | 15 | SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3" | 17 | SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3" |
| 19 | 18 | ||
| 20 | FILES:${PN} = " \ | 19 | 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" | |||
| 17 | 17 | ||
| 18 | SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" | 18 | SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | ||
| 21 | SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44" | 20 | SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44" |
| 22 | 21 | ||
| 23 | PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" | 22 | PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" |
