]> code.ossystems Code Review - openembedded-core.git/commitdiff
exmap-console: Add missing DEPENDS on glib-2.0 (from OE)
authorRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jan 2009 16:50:42 +0000 (16:50 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jan 2009 16:50:42 +0000 (16:50 +0000)
meta/packages/exmap-console/exmap-console.inc

index 183e24cd210e0c9ae75db8baf91bf57823a44f80..efbd79fce17da412600832588ebe06df6e7c9f86 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 readline"
+DEPENDS = "virtual/kernel readline glib-2.0"
 
 SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"