summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-03 08:20:29 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-03 08:20:29 +0000
commitbdb1f56ae1ed97783849464e40ef76da55735013 (patch)
treece7af9caa5329b592f788a234e007756d691bfc7
parentc54cc0c1cafddc08496fca8b4edd7ee41faa5994 (diff)
downloadpoky-bdb1f56ae1ed97783849464e40ef76da55735013.tar.gz
exmap-console: Add missing DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/branches/blinky@2340 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/exmap-console/exmap-console.inc2
1 files changed, 1 insertions, 1 deletions
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"
2HOMEPAGE = "http://projects.o-hand.com/exmap-console" 2HOMEPAGE = "http://projects.o-hand.com/exmap-console"
3SECTION = "devel" 3SECTION = "devel"
4LICENSE = "GPL" 4LICENSE = "GPL"
5DEPENDS = "virtual/kernel" 5DEPENDS = "virtual/kernel readline"
6 6
7SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz" 7SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"
8 8