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: lucaceresoli/bug-15201-perf-libtraceevent-missing~51732 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edbdbd174e4f3de85d2c76ee1d7e9c467b880328;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 183e24cd210..efbd79fce17 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"