From ee9583856741c42516bb7a7a3fb41bdad6064007 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Thu, 23 Apr 2009 22:22:12 +0000 Subject: fsi-client: GNU_HASH QA fix. --- recipes/fsi-client/fsi-client_20040803.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes/fsi-client/fsi-client_20040803.bb') diff --git a/recipes/fsi-client/fsi-client_20040803.bb b/recipes/fsi-client/fsi-client_20040803.bb index 84c185abf9..e4acf05871 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} } - -- cgit v1.2.3