cornucopia: bump SRCREV
[openembedded.git] / recipes / powertop / powertop_svn.bb
bloba29767b4bc2382bba7f68bfc8eca9224c17a91e0
1 require powertop.inc
3 SRCREV = "332"
4 PV = "1.12+svnr${SRCPV}"
5 PR = "${INC_PR}.0"
7 SRC_URI = "svn://powertop.googlecode.com/svn;module=trunk;proto=http"
8 SRC_URI_append_omap3 = " file://omap-svn.patch"
10 S = "${WORKDIR}/trunk"
12 CFLAGS_append_omap3 = " -DOMAP3"
14 do_configure() {
15 # We do not build ncurses with wide char support
16 sed -i -e "s/lncursesw/lncurses/" ${S}/Makefile