summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2025-06-20 16:06:53 +0200
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:52 -0700
commitfc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch)
tree4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-gnome/recipes-support
parent188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff)
downloadmeta-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')
-rw-r--r--meta-gnome/recipes-support/ibus/ibus.inc1
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb1
-rw-r--r--meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb1
-rw-r--r--meta-gnome/recipes-support/webp-pixbuf-loader/webp-pixbuf-loader_0.2.7.bb1
-rw-r--r--meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb1
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"
19SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3" 19SRCREV = "6a70ab0338206bd1c7d01a4e1874ea0ee5b3a9d3"
20S = "${WORKDIR}/git"
21 20
22PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase" 21PACKAGECONFIG[appindicator] = "--enable-appindicator,--disable-appindicator,qtbase"
23PACKAGECONFIG[dconf] = "--enable-dconf,--disable-dconf,dconf" 22PACKAGECONFIG[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
9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4" 9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
10 10
11S = "${WORKDIR}/git"
12 11
13SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0" 12SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
14PV = "3.0+git" 13PV = "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
18S = "${WORKDIR}/git"
19 18
20inherit meson pkgconfig 19inherit 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
15SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline" 15SRC_URI = "git://github.com/aruiz/webp-pixbuf-loader.git;protocol=https;branch=mainline"
16 16
17S = "${WORKDIR}/git"
18SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3" 17SRCREV = "52232e4ba282b2fed68e8fcb4b5d45ed0eaa4ed3"
19 18
20FILES:${PN} = " \ 19FILES:${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
18SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" 18SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main"
19 19
20S = "${WORKDIR}/git"
21SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44" 20SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44"
22 21
23PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" 22PACKAGECONFIG ?= "wallpaper appchooser lockdown settings"