[oe-commits] Stanislav Brabec : fsi-client: GNU_HASH QA fix.

GIT User account git at amethyst.openembedded.net
Thu Apr 23 22:26:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ee9583856741c42516bb7a7a3fb41bdad6064007
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ee9583856741c42516bb7a7a3fb41bdad6064007

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Thu Apr 23 22:22:12 2009 +0000

fsi-client: GNU_HASH QA fix.

---

 recipes/fsi-client/fsi-client_20040803.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/fsi-client/fsi-client_20040803.bb b/recipes/fsi-client/fsi-client_20040803.bb
index 84c185a..e4acf05 100644
--- a/recipes/fsi-client/fsi-client_20040803.bb
+++ b/recipes/fsi-client/fsi-client_20040803.bb
@@ -10,7 +10,7 @@ S = "${WORKDIR}/client"
 FILES_${PN} += "${libdir}/libfsiclient.so"
 
 do_compile() {
-	oe_runmake all examples
+	oe_runmake all examples CC="${CC} ${LDFLAGS}"
 }
 
 do_install() {
@@ -19,4 +19,3 @@ do_install() {
 	install libfsiclient.so ${D}${libdir}
 	install fsidumpraw fsidumppgm ${D}${bindir}
 }
-





More information about the Openembedded-commits mailing list