aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/powertop/powertop_svn.bb
blob: a29767b4bc2382bba7f68bfc8eca9224c17a91e0 (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"

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
}