From: Saul Wold Date: Thu, 22 Dec 2011 20:13:46 +0000 (-0800) Subject: coreutils: ensure --color works so DEPEND on libcap X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~43126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f348ccad083d6c02c200652ff6295e701e88f0d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git coreutils: ensure --color works so DEPEND on libcap [YOCTO #1860] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb index cc05d8851ab..688cec94586 100644 --- a/meta/recipes-core/coreutils/coreutils_8.14.bb +++ b/meta/recipes-core/coreutils/coreutils_8.14.bb @@ -7,8 +7,8 @@ BUGTRACKER = "http://debbugs.gnu.org/coreutils" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504\ file://src/ls.c;startline=5;endline=16;md5=e1a509558876db58fb6667ba140137ad" -PR = "r2" -DEPENDS = "gmp" +PR = "r3" +DEPENDS = "gmp libcap" DEPENDS_virtclass-native = "" inherit autotools gettext