All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][coreutils] Add attr build dependency
@ 2016-01-14 14:54 Scott Ellis
  2016-01-14 17:50 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Scott Ellis @ 2016-01-14 14:54 UTC (permalink / raw)
  To: yocto

Fixes this warning:

WARNING: QA Issue: coreutils rdepends on libattr, but it isn't a build dependency? [build-deps]

Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
---
 meta/recipes-core/coreutils/coreutils_8.24.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.24.bb b/meta/recipes-core/coreutils/coreutils_8.24.bb
index f042346..47a25f3 100644
--- a/meta/recipes-core/coreutils/coreutils_8.24.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.24.bb
@@ -7,7 +7,7 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\
                     file://src/ls.c;beginline=5;endline=16;md5=38b79785ca88537b75871782a2a3c6b8"
-DEPENDS = "gmp libcap"
+DEPENDS = "attr gmp libcap"
 DEPENDS_class-native = ""

 inherit autotools gettext texinfo
--
2.5.0



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

end of thread, other threads:[~2016-01-15 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 14:54 [PATCH][coreutils] Add attr build dependency Scott Ellis
2016-01-14 17:50 ` Khem Raj
2016-01-15 15:15   ` Scott Ellis
2016-01-15 18:23     ` Khem Raj
2016-01-15 19:59       ` Scott Ellis
2016-01-15 20:28         ` Khem Raj

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.