diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-04-23 22:22:12 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-04-23 22:22:12 +0000 |
commit | ee9583856741c42516bb7a7a3fb41bdad6064007 (patch) | |
tree | 71c58b2df4a7cfd5f1e43ebe7b33ed34492f4668 | |
parent | 3c33e2e72963d68715a8a4da131b42f4e104b395 (diff) |
fsi-client: GNU_HASH QA fix.
-rw-r--r-- | 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 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} } - |