summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg_2.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg_2.4.2.bb')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.4.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.4.2.bb b/meta/recipes-support/gnupg/gnupg_2.4.2.bb
index 580782037e..631df8ac9d 100644
--- a/meta/recipes-support/gnupg/gnupg_2.4.2.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.4.2.bb
@@ -33,6 +33,8 @@ EXTRA_OECONF = "--disable-ldap \
33 --with-mailprog=${sbindir}/sendmail \ 33 --with-mailprog=${sbindir}/sendmail \
34 --enable-gpg-is-gpg2 \ 34 --enable-gpg-is-gpg2 \
35 " 35 "
36# yat2m can be found from recipe-sysroot-native non-deterministically with different versioning otherwise
37CACHED_CONFIGUREVARS += "ac_cv_path_YAT2M=./yat2m"
36 38
37# A minimal package containing just enough to run gpg+gpgagent (E.g. use gpgme in opkg) 39# A minimal package containing just enough to run gpg+gpgagent (E.g. use gpgme in opkg)
38PACKAGES =+ "${PN}-gpg" 40PACKAGES =+ "${PN}-gpg"