summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:51:15 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-23 16:51:15 +0000
commit7361e38803ba5eb1e2e46e131777d88e19c6f203 (patch)
treee7bc80a7405641e5453760632be6215201c3c58d
parent2cf9a100263ea6535aa6456268018a2a20aeedfa (diff)
downloadpoky-7361e38803ba5eb1e2e46e131777d88e19c6f203.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