mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
wireless-tools: Avoid stripping binaries
(From OE-Core rev: 3158bc05261f47ea7d64126f5d92c145081f5835) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d5302446c
commit
0da06f2b22
@@ -0,0 +1,21 @@
|
|||||||
|
wireless_tools: Avoid stripping iwmulticall
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [other]
|
||||||
|
The removed code was from upstream.
|
||||||
|
|
||||||
|
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
|
||||||
|
|
||||||
|
diff -ur wireless_tools.29.orig/Makefile wireless_tools.29/Makefile
|
||||||
|
--- wireless_tools.29.orig/Makefile 2011-06-18 11:35:12.183907453 -0500
|
||||||
|
+++ wireless_tools.29/Makefile 2011-06-18 11:38:09.995907985 -0500
|
||||||
|
@@ -135,9 +135,8 @@
|
||||||
|
|
||||||
|
macaddr: macaddr.o $(IWLIB)
|
||||||
|
|
||||||
|
-# Always do symbol stripping here
|
||||||
|
iwmulticall: iwmulticall.o
|
||||||
|
- $(CC) $(LDFLAGS) -Wl,-s $(XCFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
+ $(CC) $(LDFLAGS) $(STRIPFLAGS) $(XCFLAGS) -o $@ $^ $(LIBS)
|
||||||
|
|
||||||
|
# It's a kind of magic...
|
||||||
|
wireless.h:
|
||||||
@@ -8,12 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz \
|
SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz \
|
||||||
file://man.patch;apply=yes \
|
file://man.patch;apply=yes \
|
||||||
file://wireless-tools.if-pre-up \
|
file://wireless-tools.if-pre-up \
|
||||||
file://zzz-wireless.if-pre-up"
|
file://zzz-wireless.if-pre-up \
|
||||||
|
file://avoid_strip.patch"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "e06c222e186f7cc013fd272d023710cb"
|
SRC_URI[md5sum] = "e06c222e186f7cc013fd272d023710cb"
|
||||||
SRC_URI[sha256sum] = "6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1"
|
SRC_URI[sha256sum] = "6fb80935fe208538131ce2c4178221bab1078a1656306bce8909c19887e2e5a1"
|
||||||
|
|||||||
Reference in New Issue
Block a user