From: Richard Purdie Date: Sun, 18 Sep 2005 15:37:33 +0000 (+0000) Subject: spectrum-fw: Fix a path bug in the .bb. Thanks to lardman for pointing it out. X-Git-Tag: Release-2010-05/1~9453^2~3495 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d53bde01f236ef929946a7831b55d4eff55e282;p=openembedded.git spectrum-fw: Fix a path bug in the .bb. Thanks to lardman for pointing it out. --- diff --git a/packages/orinoco/spectrum-fw.bb b/packages/orinoco/spectrum-fw.bb index 749b6e71f7..1d388332a5 100644 --- a/packages/orinoco/spectrum-fw.bb +++ b/packages/orinoco/spectrum-fw.bb @@ -8,7 +8,7 @@ SRC_URI = "file://get_symbol_fw \ S = "${WORKDIR}" do_compile() { - get_symbol_fw + ./get_symbol_fw } FILES_${PN} += "${base_libdir}/firmware/symbol*"