All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] gnupg: added a coreutils runtime dependancy to gnupg recipe
@ 2017-09-08 22:17 Yahia Farghaly
  2017-09-08 23:07 ` Khem Raj
  2017-09-11 12:52 ` Alexander Kanavin
  0 siblings, 2 replies; 7+ messages in thread
From: Yahia Farghaly @ 2017-09-08 22:17 UTC (permalink / raw)
  To: hongxu.jia; +Cc: openembedded-core

From: yahiafarghaly <yahiafarghaly@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@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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-11 19:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-08 22:17 [meta-oe][PATCH] gnupg: added a coreutils runtime dependancy to gnupg recipe Yahia Farghaly
2017-09-08 23:07 ` Khem Raj
2017-09-09  1:51   ` yahia farghaly
2017-09-09 16:06     ` yahia farghaly
2017-09-11  9:00       ` Peter Kjellerstedt
2017-09-11 12:52 ` Alexander Kanavin
2017-09-11 18:59   ` yahia farghaly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.