git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
215a464
)
evtest: Fixed GNU_HASH QA error.
author
Theodore A. Roth
<taroth@gmail.com>
Mon, 11 May 2009 07:23:18 +0000
(07:23 +0000)
committer
Marcin 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
patch
|
blob
|
history
diff --git
a/recipes/evtest/evtest_1.23.bb
b/recipes/evtest/evtest_1.23.bb
index
4c5d195
..
6cf87be
100644
(file)
--- 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}
}