From: Theodore A. Roth Date: Mon, 11 May 2009 07:23:18 +0000 (+0000) Subject: evtest: Fixed GNU_HASH QA error. X-Git-Tag: Release-2010-05/1~3561 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86999e943334858a687a51bbe2165ede26b00473;p=openembedded.git evtest: Fixed GNU_HASH QA error. Signed-off-by: Theodore A. Roth Acked-by: Denys Dmytriyenko --- diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb index 4c5d195277..6cf87be50b 100644 --- a/recipes/evtest/evtest_1.23.bb +++ b/recipes/evtest/evtest_1.23.bb @@ -11,6 +11,8 @@ PR = "r0" SRC_URI = "http://beagleboard.googlecode.com/files/evtest.c" S = "${WORKDIR}" +TARGET_CC_ARCH += "${LDFLAGS}" + do_compile() { ${CC} evtest.c -o evtest -I${STAGING_INCDIR} -L${STAGING_LIBDIR} }