aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powertop/powertop.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-05 13:32:20 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-06 13:50:56 +0100
commit36e3ed512646e9b96a8b6a9c969e21a8bc292fb8 (patch)
tree66cecf6f5e7be6837141f7cd13aac5fc5abce18a /recipes/powertop/powertop.inc
parentb139be572e76e4c59c2ac098f09b6ead8cb465c7 (diff)
downloadopenembedded-36e3ed512646e9b96a8b6a9c969e21a8bc292fb8.tar.gz
powertop: fix CFLAGS in .inc and add a git version
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/powertop/powertop.inc')
-rw-r--r--recipes/powertop/powertop.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/powertop/powertop.inc b/recipes/powertop/powertop.inc
index 37944b74a4..d6c4fbdb2a 100644
--- a/recipes/powertop/powertop.inc
+++ b/recipes/powertop/powertop.inc
@@ -9,7 +9,7 @@ SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.ta
file://ldflags.patch \
"
-CFLAGS = "${LDFLAGS}"
+CFLAGS += "${LDFLAGS}"
do_configure() {
# We do not build ncurses with wide char support