aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powertop/powertop_svn.bb
blob: 793035baa193c01c1c84b5fef37c412fc9c4cc4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}