From: Koen Kooi Date: Mon, 14 Sep 2009 07:16:36 +0000 (+0200) Subject: powertop: fix compilation with the extra states patch X-Git-Tag: Release-2010-05/1~2470 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97baea51df033a8a35e7c308f09e2d5da5a79a90;p=openembedded.git powertop: fix compilation with the extra states patch --- diff --git a/recipes/powertop/powertop_1.11.bb b/recipes/powertop/powertop_1.11.bb index 6af5290122..225fc7414b 100644 --- a/recipes/powertop/powertop_1.11.bb +++ b/recipes/powertop/powertop_1.11.bb @@ -1,10 +1,8 @@ require powertop.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI_append_armv7a = " file://omap.patch;patch=1;pnum=0" -CFLAGS_append_beagleboard = " -DOMAP3" -CFLAGS_append_overo = " -DOMAP3" -CFLAGS_append_omap3evm = " -DOMAP3" -CFLAGS_append_omapzoom2 = " -DOMAP3" +CFLAGS_append_armv7a = " -DOMAP3" +