diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-08 00:09:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-08 00:09:39 -0700 |
commit | a702c1ad0559dd6712857e2e9a8ee82513814569 (patch) | |
tree | 854ec3e196e19fc3fec3eb24a9cad80b36ef5d8a /recipes/wmiconfig | |
parent | 2729982f0264002d46e5e8b9630ea31ef22fcecc (diff) |
wmiconfig_svn.bb: Fix build error due to choice of wrong --hash-style.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/wmiconfig')
-rw-r--r-- | recipes/wmiconfig/wmiconfig_svn.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/wmiconfig/wmiconfig_svn.bb b/recipes/wmiconfig/wmiconfig_svn.bb index bcf78679b9..643b2a34aa 100644 --- a/recipes/wmiconfig/wmiconfig_svn.bb +++ b/recipes/wmiconfig/wmiconfig_svn.bb @@ -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} |