Bug 289

Summary: New package iw
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: New iw package
Updated patch - description in Config.in was too long
Update 2 - newer iw version
Updated to 0.9.15, fix git problem

Description Gustavo Zacarias 2009-04-17 19:41:33 UTC
Created attachment 247 [details]
New iw package

Introduce new iw package.
This package is a wireless configuration utility for the linux mac80211 kernel stack.
This package depends on libnl (new package from bug #287).
Comment 1 Gustavo Zacarias 2009-05-14 16:24:56 UTC
Created attachment 327 [details]
Updated patch - description in Config.in was too long
Comment 2 Gustavo Zacarias 2009-05-14 19:23:13 UTC
Created attachment 333 [details]
Update 2 - newer iw version
Comment 3 Will Newton 2009-07-24 16:53:10 UTC
To get this package to work I had to set GIT_DIR in the environment, e.g.:

IW_MAKE_ENV = GIT_DIR=$(IW_DIR) PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"

Or the version.sh script would recurse up the directory tree and get revision info from my cloned buildroot tree and cause the build to fail.
Comment 4 Gustavo Zacarias 2009-07-27 14:06:11 UTC
Created attachment 503 [details]
Updated to 0.9.15, fix git problem

Ugh!
Thanks Will for noticing that issue, bad packaging practices hurt.
* Updated to version 0.9.15
* Fixed git version.sh clash as reported by Will Newton.
Comment 5 Peter Korsgaard 2009-08-02 20:27:27 UTC
Thanks, committed