summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:49:31 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:49:31 +0000
commitfa7434d685fcb505a36f1d7d715303c5fb27572d (patch)
tree0de1ff40e7b4509cb99e9c90d01cc17714245457
parent007253df789bea631793c8f8fb4739a555a38cfb (diff)
downloadpoky-fa7434d685fcb505a36f1d7d715303c5fb27572d.tar.gz
exmap-console: Backport DEPENDS fix from trunk (from hrw)
-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 183e24cd21..efbd79fce1 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 readline" 5DEPENDS = "virtual/kernel readline glib-2.0"
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