From 6d446348ff6928c3099e9f7d0a896dbd159687ce Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Apr 2009 13:03:19 +0200 Subject: powertop: fix ldflags problem with omap3 machines --- recipes/powertop/powertop_1.11.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'recipes/powertop/powertop_1.11.bb') diff --git a/recipes/powertop/powertop_1.11.bb b/recipes/powertop/powertop_1.11.bb index 2fb8061c59..2f2a3a4255 100644 --- a/recipes/powertop/powertop_1.11.bb +++ b/recipes/powertop/powertop_1.11.bb @@ -3,12 +3,17 @@ HOMEPAGE = "http://www.linuxpowertop.org/" LICENSE = "GPLv2" DEPENDS = "virtual/libintl ncurses" +PR = "r1" + SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz" -SRC_URI_append_beagleboard = " file://omap.patch;patch=1;pnum=0" +SRC_URI_append_armv7a = " file://omap.patch;patch=1;pnum=0" CFLAGS += "${LDFLAGS}" -CFLAGS_beagleboard += "-DOMAP3" +CFLAGS_append_beagleboard = " -DOMAP3" +CFLAGS_append_overo = " -DOMAP3" +CFLAGS_append_omap3evm = " -DOMAP3" + do_configure() { # We do not build ncurses with wide char support -- cgit 1.2.3-korg