Due to commit [gnupg: upgrade 2.5.0 -> 2.5.1] applied, drop gpg2 and use gpg to instead
Signed-off-by: Hongxu Jia <[email protected]> --- meta/recipes-gnome/gcr/gcr_4.3.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gcr/gcr_4.3.0.bb b/meta/recipes-gnome/gcr/gcr_4.3.0.bb index 73b36a3dea..6c620dc391 100644 --- a/meta/recipes-gnome/gcr/gcr_4.3.0.bb +++ b/meta/recipes-gnome/gcr/gcr_4.3.0.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" DEPENDS = "p11-kit glib-2.0 libgcrypt gnupg-native \ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'libxslt-native', '', d)}" -CACHED_CONFIGUREVARS += "ac_cv_path_GPG='gpg2'" +CACHED_CONFIGUREVARS += "ac_cv_path_GPG='gpg'" CFLAGS += "-D_GNU_SOURCE" @@ -51,7 +51,7 @@ EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross" do_write_config:append() { cat >${WORKDIR}/meson-${PN}.cross <<EOF [binaries] -gpg2 = '${bindir}/gpg2' +gpg = '${bindir}/gpg' ssh-add = '${bindir}/ssh-add' ssh-agent = '${bindir}/ssh-agent' EOF -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#208024): https://lists.openembedded.org/g/openembedded-core/message/208024 Mute This Topic: https://lists.openembedded.org/mt/109835394/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
