evtest: Fixed GNU_HASH QA error.
authorTheodore A. Roth <taroth@gmail.com>
Mon, 11 May 2009 07:23:18 +0000 (07:23 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 14 May 2009 17:32:32 +0000 (19:32 +0200)
Signed-off-by: Theodore A. Roth <taroth@gmail.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
recipes/evtest/evtest_1.23.bb

index 4c5d195..6cf87be 100644 (file)
@@ -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}
 }