]> code.ossystems Code Review - openembedded-core.git/commitdiff
exmap-console: Add missing DEPENDS
authorRichard Purdie <richard@openedhand.com>
Fri, 3 Aug 2007 08:18:52 +0000 (08:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 3 Aug 2007 08:18:52 +0000 (08:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2339 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/exmap-console/exmap-console.inc

index 4cffe0d0ac67b9d64ac22336228a86213d0d5415..e7c0b09708a6c9c8ebc3dcdb1bc0bb479755418d 100644 (file)
@@ -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"