aboutsummaryrefslogtreecommitdiffstats
path: root/packages/exmap-console
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-10-19 11:36:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-19 11:36:39 +0000
commitcd6e181a4571f1f498b6207685d48f18fdd96548 (patch)
tree3512226457dff484e48593cb5adfec46867c0200 /packages/exmap-console
parentd887ef68f604fb7d30187543a3abbdad26094d05 (diff)
downloadopenembedded-cd6e181a4571f1f498b6207685d48f18fdd96548.tar.gz
exmap-console require glib-2.0 (from Poky)
Diffstat (limited to 'packages/exmap-console')
-rw-r--r--packages/exmap-console/exmap-console.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/exmap-console/exmap-console.inc b/packages/exmap-console/exmap-console.inc
index ac56f2e1b9..6744aed49f 100644
--- a/packages/exmap-console/exmap-console.inc
+++ b/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 readline glib-2.0"
+DEPENDS = "virtual/kernel readline"
SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"