wmiconfig_svn.bb: Fix build error due to choice of wrong --hash-style.
authorKhem Raj <raj.khem@gmail.com>
Sat, 8 Aug 2009 07:09:39 +0000 (00:09 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 8 Aug 2009 07:09:39 +0000 (00:09 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/wmiconfig/wmiconfig_svn.bb

index bcf7867..643b2a3 100644 (file)
@@ -2,12 +2,15 @@ DESCRIPTION = "Atheros 6K Wifi configuration utility"
 LICENSE = "GPL"
 SECTION = "console/network"
 PV = "0.0.0+svnr${SRCREV}"
+PR = "r1"
 
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;proto=http"
 S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
 
 export CC := "${CC}"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
+
 do_install() {
        install -d ${D}${bindir}
        install -m 0755 wmiconfig ${D}${bindir}