[OE-core] [meta-oe][PATCH] gnupg: added a coreutils runtime dependancy to gnupg recipe

Yahia Farghaly yahiafarghaly at gmail.com
Fri Sep 8 22:17:35 UTC 2017


From: yahiafarghaly <yahiafarghaly at gmail.com>

When using 'apt-key add' on the target image, the gnupg is required
but for gnupg to be fully functional, the coreutils is required to be exist with the gnupg.
Otherwise, it may throw an error in runtime as one of components of coreutils is missing.
For 'apt-key add', i faced the error of 'comm: command not found' so as proper solution, i submit this change.

Signed-off-by: yahiafarghaly <yahiafarghaly at gmail.com>
---
 meta/recipes-support/gnupg/gnupg_2.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/gnupg/gnupg_2.2.0.bb b/meta/recipes-support/gnupg/gnupg_2.2.0.bb
index 0176ddd..8aa0951 100644
--- a/meta/recipes-support/gnupg/gnupg_2.2.0.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.2.0.bb
@@ -44,3 +44,5 @@ do_install_append() {
 PACKAGECONFIG ??= "gnutls"
 PACKAGECONFIG[gnutls] = "--enable-gnutls, --disable-gnutls, gnutls"
 PACKAGECONFIG[sqlite3] = "--enable-sqlite, --disable-sqlite, sqlite3"
+
+RDEPENDS_${PN} = "coreutils"
-- 
2.7.4




More information about the Openembedded-core mailing list