powertop: fix ldflags problem with omap3 machines
authorKoen Kooi <koen@openembedded.org>
Thu, 23 Apr 2009 11:03:19 +0000 (13:03 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 23 Apr 2009 11:03:19 +0000 (13:03 +0200)
recipes/powertop/powertop_1.11.bb

index 2fb8061..2f2a3a4 100644 (file)
@@ -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