[oe-commits] Philip Balister : powertop : Fix recipe.

GIT User account git at amethyst.openembedded.net
Thu Jan 15 21:41:24 UTC 2009


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

Author: Philip Balister <philip at balister.org>
Date:   Thu Jan 15 16:38:28 2009 -0500

powertop : Fix recipe.
           Sorry for the noise, I'm having to test on another machine.

---

 packages/powertop/powertop_1.11.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/powertop/powertop_1.11.bb b/packages/powertop/powertop_1.11.bb
index 8d911f7..0e14a4f 100644
--- a/packages/powertop/powertop_1.11.bb
+++ b/packages/powertop/powertop_1.11.bb
@@ -5,9 +5,10 @@ DEPENDS = "virtual/libintl ncurses"
 
 SRC_URI = "http://www.lesswatts.org/projects/powertop/download/powertop-${PV}.tar.gz"
 
-SRC_URI_beagleboard += "file::/omap.patch;patch=1;pnum=0"
+SRC_URI_append_beagleboard = "file://omap.patch;patch=1;pnum=0"
 
 CFLAGS += "${LDFLAGS}"
+CFLAGS_beagleboard += "-DOMAP3"
 
 do_configure() {
     # We do not build ncurses with wide char support





More information about the Openembedded-commits mailing list