diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-22 12:07:23 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-30 16:43:50 +0000 |
commit | 878425f147a07909910371312333081d970576d5 (patch) | |
tree | 526535c47b6e2f49b021f207cfe70cc0e934b91b /meta | |
parent | fa9ad15e41ba59cc79cc3243bf3e5c7b14c44a64 (diff) | |
download | poky-878425f147a07909910371312333081d970576d5.tar.gz |
coreutils: ensure --color works so DEPEND on libcap
[YOCTO #1860]
(From OE-Core rev: 6abf6054ac5a464cfa6f1040bb166765558a1eb8)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.12.bb b/meta/recipes-core/coreutils/coreutils_8.12.bb index 99a4f4a25f..ebf1344f5b 100644 --- a/meta/recipes-core/coreutils/coreutils_8.12.bb +++ b/meta/recipes-core/coreutils/coreutils_8.12.bb | |||
@@ -7,8 +7,8 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" | |||
7 | LICENSE = "GPLv3+" | 7 | LICENSE = "GPLv3+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ |
9 | file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" | 9 | file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" |
10 | PR = "r3" | 10 | PR = "r4" |
11 | DEPENDS = "gmp" | 11 | DEPENDS = "gmp libcap" |
12 | DEPENDS_virtclass-native = "" | 12 | DEPENDS_virtclass-native = "" |
13 | 13 | ||
14 | inherit autotools gettext | 14 | inherit autotools gettext |