[oe-commits] Koen Kooi : task-proper-tools: add grep

GIT User account git at amethyst.openembedded.net
Tue Dec 9 13:47:47 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c12933fd3fafdbe7cd0ddf22693758dcf203ee1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c12933fd3fafdbe7cd0ddf22693758dcf203ee1a

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Dec  9 14:45:16 2008 +0100

task-proper-tools: add grep

---

 packages/tasks/task-proper-tools.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/tasks/task-proper-tools.bb b/packages/tasks/task-proper-tools.bb
index ce51253..e09b9a6 100644
--- a/packages/tasks/task-proper-tools.bb
+++ b/packages/tasks/task-proper-tools.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Full versions of tools provided by busybox"
-PR = "r7"
+PR = "r8"
 
 inherit task
 
@@ -7,6 +7,7 @@ RDEPENDS_${PN} = "\
 		coreutils \
 		findutils \
 		util-linux-ng \
+		grep \
 		gawk \
 		sed \
 		wget \
@@ -24,7 +25,7 @@ RDEPENDS_${PN} = "\
 		psmisc \
 		debianutils \
 		tcptraceroute \
-	    "
+		"
 #
 # binutils-symlinks provide ar in a way which conflict with busybox - #1465 for more info
 #





More information about the Openembedded-commits mailing list