git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16e563
)
powertop: fix compilation with the extra states patch
author
Koen Kooi
<k-kooi@ti.com>
Mon, 14 Sep 2009 07:16:36 +0000
(09:16 +0200)
committer
Koen Kooi
<k-kooi@ti.com>
Mon, 14 Sep 2009 07:16:36 +0000
(09:16 +0200)
recipes/powertop/powertop_1.11.bb
patch
|
blob
|
history
diff --git
a/recipes/powertop/powertop_1.11.bb
b/recipes/powertop/powertop_1.11.bb
index
6af5290
..
225fc74
100644
(file)
--- 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"
+