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

GIT User account git at amethyst.openembedded.net
Thu May 14 22:10:56 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 86999e943334858a687a51bbe2165ede26b00473
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=86999e943334858a687a51bbe2165ede26b00473

Author: Theodore A. Roth <taroth at gmail.com>
Date:   Mon May 11 07:23:18 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>

---

 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