diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2025-11-03 08:27:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-07 13:15:36 +0000 |
| commit | 310c5da3e61d19882e3175c9a6873ea27986b47f (patch) | |
| tree | ab5cec5aca1885a277fd4a9794730dd7dd02e159 | |
| parent | d95f9f30ed4cd3036c19bef524d739a8db346e53 (diff) | |
| download | poky-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.inc | 12 |
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 | ||
| 29 | LEAD_SONAME = "libglib-2.0.*" | 29 | LEAD_SONAME = "libglib-2.0.*" |
| 30 | 30 | ||
| 31 | inherit meson gettext gi-docgen pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages gobject-introspection-data | 31 | GNOMEBN = "glib" |
| 32 | 32 | ||
| 33 | S = "${UNPACKDIR}/glib-${PV}" | 33 | inherit gettext gi-docgen gnomebase ptest-gnome upstream-version-is-even bash-completion gio-module-cache manpages gobject-introspection-data |
| 34 | |||
| 35 | S = "${UNPACKDIR}/${GNOMEBN}-${PV}" | ||
| 34 | 36 | ||
| 35 | GIDOCGEN_MESON_OPTION = "documentation" | 37 | GIDOCGEN_MESON_OPTION = "documentation" |
| 36 | 38 | ||
| @@ -219,9 +221,7 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\ | |||
| 219 | 221 | ||
| 220 | PE = "1" | 222 | PE = "1" |
| 221 | 223 | ||
| 222 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 224 | SRC_URI += "\ |
| 223 | |||
| 224 | SRC_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 | ||
| 239 | SRC_URI[sha256sum] = "b5739972d737cfb0d6fd1e7f163dfe650e2e03740bb3b8d408e4d1faea580d6d" | 239 | SRC_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. |
