[oe-commits] Jeremy Lainé : wireless-tools: use LDFLAGS ( fixes QA error)

GIT User account git at amethyst.openembedded.net
Thu Apr 2 18:15:18 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: b24794ae92098bf02ecd4bee84ac852de6153d1e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b24794ae92098bf02ecd4bee84ac852de6153d1e

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Thu Apr  2 02:58:02 2009 +0000

wireless-tools: use LDFLAGS (fixes QA error)

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/wireless-tools/wireless-tools.inc          |    1 +
 .../wireless-tools/shared_lib_ldflags.patch        |   12 ++++++++++++
 recipes/wireless-tools/wireless-tools_29.bb        |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/recipes/wireless-tools/wireless-tools.inc b/recipes/wireless-tools/wireless-tools.inc
index 36ee3ed..d2a7b89 100644
--- a/recipes/wireless-tools/wireless-tools.inc
+++ b/recipes/wireless-tools/wireless-tools.inc
@@ -7,6 +7,7 @@ LICENSE = "GPL"
 SRC_URI += "\
   http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${PV}.tar.gz \
   file://man.patch;patch=1 \
+  file://shared_lib_ldflags.patch;patch=1 \
   file://wireless-tools.if-pre-up \
   file://zzz-wireless.if-pre-up"
 S = "${WORKDIR}/wireless_tools.${PV}"
diff --git a/recipes/wireless-tools/wireless-tools/shared_lib_ldflags.patch b/recipes/wireless-tools/wireless-tools/shared_lib_ldflags.patch
new file mode 100644
index 0000000..85abde0
--- /dev/null
+++ b/recipes/wireless-tools/wireless-tools/shared_lib_ldflags.patch
@@ -0,0 +1,12 @@
+diff -urN wireless_tools.29.orig/Makefile wireless_tools.29/Makefile
+--- wireless_tools.29.orig/Makefile	2007-09-17 23:56:46.000000000 +0000
++++ wireless_tools.29/Makefile	2009-04-02 09:22:14.000000000 +0000
+@@ -145,7 +145,7 @@
+ 
+ # Compilation of the dynamic library
+ $(DYNAMIC): $(OBJS:.o=.so)
+-	$(CC) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
++	$(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname,$@ $(STRIPFLAGS) $(LIBS) -lc $^
+ 
+ # Compilation of the static library
+ $(STATIC): $(OBJS:.o=.so)
diff --git a/recipes/wireless-tools/wireless-tools_29.bb b/recipes/wireless-tools/wireless-tools_29.bb
index c83ae17..196a194 100644
--- a/recipes/wireless-tools/wireless-tools_29.bb
+++ b/recipes/wireless-tools/wireless-tools_29.bb
@@ -1,3 +1,3 @@
 require wireless-tools.inc
 
-PR = "r2"
+PR = "r3"





More information about the Openembedded-commits mailing list