From: Philip Balister Date: Thu, 15 Jan 2009 21:38:28 +0000 (-0500) Subject: powertop : Fix recipe. X-Git-Tag: Release-2010-05/1~4360 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645414ed22041af324412e2675d19a4203dc5e48;p=openembedded.git powertop : Fix recipe. Sorry for the noise, I'm having to test on another machine. --- diff --git a/packages/powertop/powertop_1.11.bb b/packages/powertop/powertop_1.11.bb index 8d911f7e81..0e14a4fbbf 100644 --- a/packages/powertop/powertop_1.11.bb +++ b/packages/powertop/powertop_1.11.bb @@ -5,9 +5,10 @@ DEPENDS = "virtual/libintl ncurses" SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz" -SRC_URI_beagleboard += "file::/omap.patch;patch=1;pnum=0" +SRC_URI_append_beagleboard = "file://omap.patch;patch=1;pnum=0" CFLAGS += "${LDFLAGS}" +CFLAGS_beagleboard += "-DOMAP3" do_configure() { # We do not build ncurses with wide char support