mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
188491dd2b
commit
fc78d37ff0
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -15,7 +15,6 @@ DEPENDS = " \
|
||||
libgudev \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meson pkgconfig
|
||||
|
||||
|
||||
@@ -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} = " \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user