]> code.ossystems Code Review - openembedded-core.git/commit
wireless-tools: Upgrade 29 -> 30.pre9
authorKhem Raj <raj.khem@gmail.com>
Sat, 1 Feb 2014 08:51:17 +0000 (00:51 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 22:34:34 +0000 (22:34 +0000)
commite347b6b119f83a29802ae4499ddcb3ff6a23b317
tree1a74d809372d5faa6fef893145c1c436cc7fe79c
parentb50bdeaea15fcd24fd2c03fd02d4a1a365948cef
wireless-tools: Upgrade 29 -> 30.pre9

This also fixes the underlinking problems that
are unearthed with newer binutils 2.24
where one of the wireless-tools libraries is asking
for symbols from libm but all the symbols it asks
for are unfortunately weak and they do not let new
linker convince enough to link libm even though -lm
is on cmdline since we are using --as-needed by default
in linker, which means we end up with errors like

| make: *** [iwconfig] Error 1
| libiw.so.30: undefined reference to `ceil'
| libiw.so.30: undefined reference to `pow'
| libiw.so.30: undefined reference to `log10'
| libiw.so.30: undefined reference to `floor'
| collect2: error: ld returned 1 exit status

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/wireless-tools/wireless-tools/man.patch
meta/recipes-connectivity/wireless-tools/wireless-tools_30.pre9.bb [moved from meta/recipes-connectivity/wireless-tools/wireless-tools_29.bb with 80% similarity]