[oe-commits] Khem Raj : serial-forward.bb: Fix missing GNU_HASH QA Error.

git version control git at git.openembedded.org
Thu Oct 22 23:23:15 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Oct 22 00:01:52 2009 -0700

serial-forward.bb: Fix missing GNU_HASH QA Error.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/serial-utils/serial-forward.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/serial-utils/serial-forward.bb b/recipes/serial-utils/serial-forward.bb
index f5c1b17..b03fc59 100644
--- a/recipes/serial-utils/serial-forward.bb
+++ b/recipes/serial-utils/serial-forward.bb
@@ -3,11 +3,11 @@ AUTHOR = "Holger 'Zecke' Freyther'"
 LICENSE = "GPL"
 SECTION = "console/devel"
 PV = "1.0.1+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git"
 S = "${WORKDIR}/git/tools/serial_forward"
-
+EXTRA_OEMAKE = "CC="${CC} ${LDFLAGS}""
 do_compile() {
     cd ${S}
     oe_runmake





More information about the Openembedded-commits mailing list