From a1dc3385026fc810b2e3f4283e515e77eeb3998f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 22 Oct 2009 00:01:52 -0700 Subject: serial-forward.bb: Fix missing GNU_HASH QA Error. Signed-off-by: Khem Raj --- recipes/serial-utils/serial-forward.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/serial-utils') diff --git a/recipes/serial-utils/serial-forward.bb b/recipes/serial-utils/serial-forward.bb index f5c1b1721d..b03fc597dd 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 -- cgit 1.2.3-korg