summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Sommer <joerg.sommer@navimatix.de>2025-11-03 08:27:10 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-11-07 13:15:36 +0000
commit310c5da3e61d19882e3175c9a6873ea27986b47f (patch)
treeab5cec5aca1885a277fd4a9794730dd7dd02e159
parentd95f9f30ed4cd3036c19bef524d739a8db346e53 (diff)
downloadpoky-310c5da3e61d19882e3175c9a6873ea27986b47f.tar.gz
glib-2.0: Convert to gnomebase
(From OE-Core rev: 973cc1327af50d4b5e9929233a89194a92d68305) Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index f9cb3417ec..2e8dde2820 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -28,9 +28,11 @@ PACKAGES += "${PN}-codegen ${PN}-utils"
28 28
29LEAD_SONAME = "libglib-2.0.*" 29LEAD_SONAME = "libglib-2.0.*"
30 30
31inherit meson gettext gi-docgen pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages gobject-introspection-data 31GNOMEBN = "glib"
32 32
33S = "${UNPACKDIR}/glib-${PV}" 33inherit gettext gi-docgen gnomebase ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages gobject-introspection-data
34
35S = "${UNPACKDIR}/${GNOMEBN}-${PV}"
34 36
35GIDOCGEN_MESON_OPTION = "documentation" 37GIDOCGEN_MESON_OPTION = "documentation"
36 38
@@ -219,9 +221,7 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\
219 221
220PE = "1" 222PE = "1"
221 223
222SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" 224SRC_URI += "\
223
224SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
225 file://run-ptest \ 225 file://run-ptest \
226 file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \ 226 file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \
227 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \ 227 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
@@ -236,7 +236,7 @@ SRC_URI:append:class-native = " file://relocate-modules.patch \
236 file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \ 236 file://0001-meson.build-do-not-enable-pidfd-features-on-native-g.patch \
237 " 237 "
238 238
239SRC_URI[sha256sum] = "b5739972d737cfb0d6fd1e7f163dfe650e2e03740bb3b8d408e4d1faea580d6d" 239SRC_URI[archive.sha256sum] = "b5739972d737cfb0d6fd1e7f163dfe650e2e03740bb3b8d408e4d1faea580d6d"
240 240
241# Find any meson cross files in FILESPATH that are relevant for the current 241# Find any meson cross files in FILESPATH that are relevant for the current
242# build (using siteinfo) and add them to EXTRA_OEMESON. 242# build (using siteinfo) and add them to EXTRA_OEMESON.