From: Richard Purdie Date: Fri, 23 Jan 2009 16:50:42 +0000 (+0000) Subject: exmap-console: Add missing DEPENDS on glib-2.0 (from OE) X-Git-Tag: 2011-1~7576 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=edbdbd174e4f3de85d2c76ee1d7e9c467b880328;p=openembedded-core.git exmap-console: Add missing DEPENDS on glib-2.0 (from OE) --- 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" 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"