[oe-commits] Koen Kooi : powertop: fix CFLAGS in .inc and add a git version

git version control git at git.openembedded.org
Mon Dec 6 12:52:28 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Dec  5 13:32:20 2010 +0100

powertop: fix CFLAGS in .inc and add a git version

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/powertop/powertop.inc    |    2 +-
 recipes/powertop/powertop_git.bb |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/recipes/powertop/powertop.inc b/recipes/powertop/powertop.inc
index 37944b7..d6c4fbd 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
diff --git a/recipes/powertop/powertop_git.bb b/recipes/powertop/powertop_git.bb
new file mode 100644
index 0000000..7cfe90f
--- /dev/null
+++ b/recipes/powertop/powertop_git.bb
@@ -0,0 +1,19 @@
+# requires kernel 2.6.31+ headers with perf_event_open syscall
+DEFAULT_PREFERENCE = "-1"
+
+require recipes/powertop/powertop.inc
+
+SRCREV = "e9e22ba99bfe0e2f42d52acfd00f434b9d905083"
+PV = "1.13"
+PR = "${INC_PR}.0"
+PR_append = "+gitr${SRCPV}"
+
+SRC_URI = "git://gitorious.org/meego-developer-tools/powertop.git;protocol=git"
+S = "${WORKDIR}/git"
+
+CFLAGS += "-DVERSION=\\"${PV}\\" -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int"
+
+do_configure() {
+    # We do not build ncurses with wide char support
+    sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
+}





More information about the Openembedded-commits mailing list