diff options
author | Philip Balister <philip@balister.org> | 2009-01-15 16:38:28 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-01-15 16:40:30 -0500 |
commit | 645414ed22041af324412e2675d19a4203dc5e48 (patch) | |
tree | 1f4f1e3206accef264efc77515124338b66a9997 | |
parent | f2ca48f609b0d7fb40fbfcb68f343fb15475f547 (diff) |
powertop : Fix recipe.
Sorry for the noise, I'm having to test on another machine.
-rw-r--r-- | 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 8d911f7e81..0e14a4fbbf 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 |