[oe-commits] Koen Kooi : powertop: fix ldflags problem with omap3 machines

GIT User account git at amethyst.openembedded.net
Thu Apr 23 12:03:47 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6d446348ff6928c3099e9f7d0a896dbd159687ce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6d446348ff6928c3099e9f7d0a896dbd159687ce

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr 23 13:03:19 2009 +0200

powertop: fix ldflags problem with omap3 machines

---

 recipes/powertop/powertop_1.11.bb |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/recipes/powertop/powertop_1.11.bb b/recipes/powertop/powertop_1.11.bb
index 2fb8061..2f2a3a4 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





More information about the Openembedded-commits mailing list