summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg_2.2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg_2.2.4.bb')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.2.4.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.2.4.bb b/meta/recipes-support/gnupg/gnupg_2.2.4.bb
index d777fcb122..5a3688acfb 100644
--- a/meta/recipes-support/gnupg/gnupg_2.2.4.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.2.4.bb
@@ -17,7 +17,8 @@ SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
17 file://CVE-2018-12020.patch \ 17 file://CVE-2018-12020.patch \
18 file://CVE-2018-9234.patch \ 18 file://CVE-2018-9234.patch \
19 " 19 "
20SRC_URI_append_class-native = " file://0001-configure.ac-use-a-custom-value-for-the-location-of-.patch" 20SRC_URI_append_class-native = " file://0001-configure.ac-use-a-custom-value-for-the-location-of-.patch \
21 file://relocate.patch"
21 22
22 23
23SRC_URI[md5sum] = "709e5af5bba84d251c520222e720972f" 24SRC_URI[md5sum] = "709e5af5bba84d251c520222e720972f"
@@ -45,6 +46,10 @@ do_install_append() {
45 ln -sf gpgv2 ${D}${bindir}/gpgv 46 ln -sf gpgv2 ${D}${bindir}/gpgv
46} 47}
47 48
49do_install_append_class-native() {
50 create_wrapper ${D}${bindir}/gpg2 GNUPG_BINDIR=${STAGING_BINDIR_NATIVE}
51}
52
48PACKAGECONFIG ??= "gnutls" 53PACKAGECONFIG ??= "gnutls"
49PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls" 54PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
50PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3" 55PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"