diff options
Diffstat (limited to 'recipes/powertop/powertop_svn.bb')
-rw-r--r-- | recipes/powertop/powertop_svn.bb | 18 |
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 +} + |