diff options
author | Roy Li <rongqing.li@windriver.com> | 2014-09-23 08:45:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 12:12:44 +0100 |
commit | 38b8126d15d053e2b9d8d036b630a99fb4c7a7ce (patch) | |
tree | 629ef4f77dbeb1fd0716866ecfde3fcc5117360b /meta/recipes-support | |
parent | e9d8cec32511eb231f7a6f382e55af948bba0861 (diff) | |
download | poky-38b8126d15d053e2b9d8d036b630a99fb4c7a7ce.tar.gz |
gnupg: add pinentry into RRECOMMENDS
Pinentry is needed for most function of GnuPG, so add it into RRECOMMENDS
(From OE-Core rev: dc274b6325cfc6b78d51c97445b1af445ccfed93)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.0.26.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.26.bb b/meta/recipes-support/gnupg/gnupg_2.0.26.bb index c460b7e1fa..92dd3bd643 100644 --- a/meta/recipes-support/gnupg/gnupg_2.0.26.bb +++ b/meta/recipes-support/gnupg/gnupg_2.0.26.bb | |||
@@ -23,6 +23,7 @@ EXTRA_OECONF = "--disable-ldap \ | |||
23 | --with-bzip2=${STAGING_LIBDIR}/.. \ | 23 | --with-bzip2=${STAGING_LIBDIR}/.. \ |
24 | --with-readline=${STAGING_LIBDIR}/.. \ | 24 | --with-readline=${STAGING_LIBDIR}/.. \ |
25 | " | 25 | " |
26 | RRECOMMENDS_${PN} = "pinentry" | ||
26 | 27 | ||
27 | do_configure_prepend () { | 28 | do_configure_prepend () { |
28 | # Else these could be used in prefernce to those in aclocal-copy | 29 | # Else these could be used in prefernce to those in aclocal-copy |