From bdb1f56ae1ed97783849464e40ef76da55735013 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 3 Aug 2007 08:20:29 +0000 Subject: exmap-console: Add missing DEPENDS git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2340 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/exmap-console/exmap-console.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc index 4cffe0d0ac..e7c0b09708 100644 --- a/meta/packages/exmap-console/exmap-console.inc +++ b/meta/packages/exmap-console/exmap-console.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Console based version of exmap, a memory usage analysis tool" HOMEPAGE = "http://projects.o-hand.com/exmap-console" SECTION = "devel" LICENSE = "GPL" -DEPENDS = "virtual/kernel" +DEPENDS = "virtual/kernel readline" SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz" -- cgit v1.2.3-54-g00ecf