gcr: rename gcr -> gcr3

gcr-3 recipe is still needed for gnome projects that stick to gtk+3, rename to gcr3.

(From OE-Core rev: d0ebe63698470fb3336cc02db698cafacedbd070)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Markus Volk
2022-12-09 15:11:14 +01:00
committed by Richard Purdie
parent 2b275b425e
commit 15bdcd1d59
4 changed files with 7 additions and 2 deletions

View File

@@ -20,11 +20,15 @@ GTKDOC_MESON_OPTION = "gtk_doc"
inherit gnomebase gtk-icon-cache gtk-doc features_check upstream-version-is-even vala gobject-introspection gettext mime mime-xdg
UPSTREAM_CHECK_REGEX = "[^\d\.](?P<pver>\d+\.(?!9\d+)(\d*[02468])+(\.\d+)+)\.tar"
SRC_URI += "file://0001-gcr-meson.build-fix-one-parallel-build-failure.patch \
file://b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch"
SRC_URI = " \
https://download.gnome.org/sources/gcr/3.40/gcr-${PV}.tar.xz;name=archive \
file://0001-gcr-meson.build-fix-one-parallel-build-failure.patch \
file://b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch"
SRC_URI[archive.sha256sum] = "b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5"
S = "${WORKDIR}/gcr-${PV}"
PACKAGECONFIG ??= " \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'gtk', '', d)} \