| Summary: | New package iw | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Gustavo Zacarias <gustavo> |
| Component: | Other | Assignee: | 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 327 [details]
Updated patch - description in Config.in was too long
Created attachment 333 [details]
Update 2 - newer iw version
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. 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.
Thanks, committed |