From: Koen Kooi Date: Sun, 7 Sep 2008 15:11:08 +0000 (+0000) Subject: powertop: needs virtual/libintl X-Git-Tag: Release-2010-05/1~6139^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d12dc0c480b273c5ed588e6c361d4509e55e24;p=openembedded.git powertop: needs virtual/libintl --- diff --git a/packages/powertop/powertop_1.10.bb b/packages/powertop/powertop_1.10.bb index 0b2d4ffa05..4a429d68ba 100644 --- a/packages/powertop/powertop_1.10.bb +++ b/packages/powertop/powertop_1.10.bb @@ -1,7 +1,7 @@ DESCRIPTION = "PowerTOP, a tool that helps you find what software is using the most power." HOMEPAGE = "http://www.linuxpowertop.org/" LICENSE = "GPLv2" -DEPENDS = "ncurses" +DEPENDS = "virtual/libintl ncurses" SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"