]> code.ossystems Code Review - openembedded-core.git/commit
iproute2: Remove bogus workaround patch for musl
authorAdrian Bunk <bunk@stusta.de>
Sat, 11 May 2019 19:07:25 +0000 (22:07 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2019 06:41:17 +0000 (07:41 +0100)
commit335f891c5517cbe16e9e15e40882301442b772a2
tree09b425dcc321316c969b66cfd22b80dcd64224a2
parent9961e8145ad12af0737dd04ee8b86647f7033b3b
iproute2: Remove bogus workaround patch for musl

This patch worked around a problem in musl but caused
the following:

iplink_bridge.c: In function 'br_dump_bridge_id':
iplink_bridge.c:77:2: warning: implicit declaration of function 'ether_ntoa_r'; did you mean 'inet_ntoa'? [-Wimplicit-function-declaration]
  ether_ntoa_r((const struct ether_addr *)id->addr, eaddr);
  ^~~~~~~~~~~~

In the meantime upstream has already implemented a different
workaround for musl, so this patch can just be dropped.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch [deleted file]
meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb