summaryrefslogtreecommitdiff
path: root/recipes/powertop/powertop_svn.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-01-27 15:04:18 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-01-27 15:04:18 +0000
commit9d4b913b6d0941cc12ed8853915d40ca2dd6be69 (patch)
treece475b3421ca1e231f7a5d50f57834418ea63d34 /recipes/powertop/powertop_svn.bb
parent6b7b58d2a25169ab2e1ff80266a15bc7543ebe15 (diff)
parent680d0be4e8e9363e8186f1a0efe79c02bc0aefc9 (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/powertop/powertop_svn.bb')
-rw-r--r--recipes/powertop/powertop_svn.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/powertop/powertop_svn.bb b/recipes/powertop/powertop_svn.bb
new file mode 100644
index 0000000000..793035baa1
--- /dev/null
+++ b/recipes/powertop/powertop_svn.bb
@@ -0,0 +1,18 @@
+require powertop.inc
+
+SRCREV = "332"
+PV = "1.12+svnr${SRCPV}"
+PR = "${INC_PR}.0"
+
+SRC_URI = "svn://powertop.googlecode.com/svn;module=trunk;proto=http"
+SRC_URI_append_omap3 = " file://omap-svn.patch;patch=1"
+
+S = "${WORKDIR}/trunk"
+
+CFLAGS_append_omap3 = " -DOMAP3"
+
+do_configure() {
+ # We do not build ncurses with wide char support
+ sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile
+}
+