[oe-commits] Saul Wold : coreutils: ensure --color works so DEPEND on libcap

git at git.openembedded.org git at git.openembedded.org
Sat Dec 24 10:11:55 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 8f348ccad083d6c02c200652ff6295e701e88f0d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8f348ccad083d6c02c200652ff6295e701e88f0d

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Dec 22 12:13:46 2011 -0800

coreutils: ensure --color works so DEPEND on libcap

[YOCTO #1860]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/coreutils/coreutils_8.14.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.14.bb b/meta/recipes-core/coreutils/coreutils_8.14.bb
index cc05d88..688cec9 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





More information about the Openembedded-commits mailing list