diff options
author | hongxu <hongxu.jia@eng.windriver.com> | 2024-11-29 07:33:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-29 22:13:25 +0000 |
commit | a8d47fdd60500dcb93b94b4e113eb6075d36bba7 (patch) | |
tree | 00b31b803aed839b861a0c6091834e6b6f832c90 /meta/recipes-gnome | |
parent | 5a845d3a733dba3621ca8f07773f2b798116c77e (diff) | |
download | poky-a8d47fdd60500dcb93b94b4e113eb6075d36bba7.tar.gz |
gcr: correct gpg2 -> gpg
Due to commit [gnupg: upgrade 2.5.0 -> 2.5.1] applied, drop
gpg2 and use gpg to instead
(From OE-Core rev: ff50a4aba5394dc7c19a862f2cfbcd46ff9d6079)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gcr/gcr_4.3.0.bb | 4 |
1 files 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" | |||
11 | DEPENDS = "p11-kit glib-2.0 libgcrypt gnupg-native \ | 11 | DEPENDS = "p11-kit glib-2.0 libgcrypt gnupg-native \ |
12 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'libxslt-native', '', d)}" | 12 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'libxslt-native', '', d)}" |
13 | 13 | ||
14 | CACHED_CONFIGUREVARS += "ac_cv_path_GPG='gpg2'" | 14 | CACHED_CONFIGUREVARS += "ac_cv_path_GPG='gpg'" |
15 | 15 | ||
16 | CFLAGS += "-D_GNU_SOURCE" | 16 | CFLAGS += "-D_GNU_SOURCE" |
17 | 17 | ||
@@ -51,7 +51,7 @@ EXTRA_OEMESON += "--cross-file=${WORKDIR}/meson-${PN}.cross" | |||
51 | do_write_config:append() { | 51 | do_write_config:append() { |
52 | cat >${WORKDIR}/meson-${PN}.cross <<EOF | 52 | cat >${WORKDIR}/meson-${PN}.cross <<EOF |
53 | [binaries] | 53 | [binaries] |
54 | gpg2 = '${bindir}/gpg2' | 54 | gpg = '${bindir}/gpg' |
55 | ssh-add = '${bindir}/ssh-add' | 55 | ssh-add = '${bindir}/ssh-add' |
56 | ssh-agent = '${bindir}/ssh-agent' | 56 | ssh-agent = '${bindir}/ssh-agent' |
57 | EOF | 57 | EOF |