diff options
Diffstat (limited to 'meta')
| -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 |
