[oe-commits] Theodore A. Roth : evtest: Fixed GNU_HASH QA error.

git version control git at git.openembedded.org
Wed Jul 1 14:10:19 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: eb3f8431b74f24a1e9fc3459b70863824b33187b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=eb3f8431b74f24a1e9fc3459b70863824b33187b

Author: Theodore A. Roth <taroth at gmail.com>
Date:   Mon Jun 22 22:56:53 2009 +0000

evtest: Fixed GNU_HASH QA error.

Signed-off-by: Theodore A. Roth <taroth at gmail.com>
Acked-by: Denys Dmytriyenko <denis at denix.org>
Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/evtest/evtest_1.23.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/evtest/evtest_1.23.bb b/recipes/evtest/evtest_1.23.bb
index 4c5d195..6cf87be 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}
 }





More information about the Openembedded-commits mailing list