All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-base-tisdk-image: add coreutils-dev to BAD_RECOMMENDATIONS
@ 2016-02-10 21:39 Denys Dmytriyenko
  0 siblings, 0 replies; only message in thread
From: Denys Dmytriyenko @ 2016-02-10 21:39 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Since coreutils-dev depends on coreutils, not merely recommends it, there's
no way to remove coreutils w/o coreutils-dev through BAD_RECOMMENDATIONS.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb b/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb
index 7b589e2..93150c8 100644
--- a/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb
+++ b/meta-arago-distro/recipes-core/images/arago-base-tisdk-image.bb
@@ -18,6 +18,7 @@ BAD_RECOMMENDATIONS += " \
     libulm-dev \
     gdbserver-c6x-dev \
     coreutils \
+    coreutils-dev \
 "
 
 export IMAGE_BASENAME = "arago-base-tisdk-image"
-- 
2.2.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-10 21:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 21:39 [PATCH] arago-base-tisdk-image: add coreutils-dev to BAD_RECOMMENDATIONS Denys Dmytriyenko

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.