From: Jörg Sommer Date: Mon, 3 Nov 2025 07:27:06 +0000 (+0100) Subject: at-spi2-core: Convert to gnomebase X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df47dc1b374aae7cf6aabfc12d8a3be3683ee728;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git at-spi2-core: Convert to gnomebase Signed-off-by: Jörg Sommer Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/atk/at-spi2-core_2.56.4.bb b/meta/recipes-support/atk/at-spi2-core_2.56.4.bb index 90df8924619..a1cbf4b4553 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.56.4.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.56.4.bb @@ -9,11 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" CVE_PRODUCT += "at-spi2-atk" -MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" - -SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz" - -SRC_URI[sha256sum] = "dbe35b951499e1d6f1fb552c2e0a09cea7cba2adf6c2eba0b2c85b6c094a3a02" +SRC_URI[archive.sha256sum] = "dbe35b951499e1d6f1fb552c2e0a09cea7cba2adf6c2eba0b2c85b6c094a3a02" DEPENDS = " \ dbus \ @@ -27,7 +23,7 @@ DEPENDS = " \ PROVIDES += "atk at-spi2-atk" RPROVIDES:${PN} += "atk at-spi2-atk" -inherit meson gi-docgen gettext systemd pkgconfig upstream-version-is-even gobject-introspection +inherit gnomebase gi-docgen gettext systemd upstream-version-is-even gobject-introspection EXTRA_OEMESON = " -Dsystemd_user_dir=${systemd_user_unitdir} \ -Ddbus_daemon=${bindir}/dbus-daemon"