[oe-commits] Koen Kooi : powertop: fix compilation with the extra states patch

git version control git at git.openembedded.org
Mon Sep 14 07:24:40 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 97baea51df033a8a35e7c308f09e2d5da5a79a90
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97baea51df033a8a35e7c308f09e2d5da5a79a90

Author: Koen Kooi <k-kooi at ti.com>
Date:   Mon Sep 14 09:16:36 2009 +0200

powertop: fix compilation with the extra states patch

---

 recipes/powertop/powertop_1.11.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/powertop/powertop_1.11.bb b/recipes/powertop/powertop_1.11.bb
index 6af5290..225fc74 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"
+





More information about the Openembedded-commits mailing list