[oe-commits] Martin Dietze : pciutils: filter out flags that break gcc3

GIT User account git at amethyst.openembedded.net
Wed May 20 12:41:17 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 24db351c88feaa1b7ef23dd20a95d2ce78fb5bd4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=24db351c88feaa1b7ef23dd20a95d2ce78fb5bd4

Author: Martin Dietze <di at fh-wedel.de>
Date:   Wed May 20 09:41:34 2009 +0200

pciutils: filter out flags that break gcc3
* this is done with a nylon override since we lack gcc3 overrides

---

 .../pciutils-3.1.2/gcc-3-compatibility.patch       |   11 +++++++++++
 recipes/pciutils/pciutils_3.1.2.bb                 |    1 +
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch b/recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch
new file mode 100644
index 0000000..3a10209
--- /dev/null
+++ b/recipes/pciutils/pciutils-3.1.2/gcc-3-compatibility.patch
@@ -0,0 +1,11 @@
+--- pciutils-3.1.2/lib/Makefile-orig	2009-02-27 11:31:24.000000000 +0100
++++ pciutils-3.1.2/lib/Makefile	2009-02-27 11:31:32.000000000 +0100
+@@ -50,7 +50,7 @@
+ 	$(AR) rcs $@ $^
+ 	$(RANLIB) $@
+ else
+-CFLAGS += -fPIC -fvisibility=hidden
++CFLAGS += -fPIC 
+ $(PCILIB): $(addsuffix .o,$(OBJS))
+ 	$(CC) -shared $(LDFLAGS) $(SONAME) -Wl,--version-script=libpci.ver -o $@ $^ $(LIB_LDLIBS)
+ endif
diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb
index 25782a5..d7458a1 100644
--- a/recipes/pciutils/pciutils_3.1.2.bb
+++ b/recipes/pciutils/pciutils_3.1.2.bb
@@ -8,6 +8,7 @@ DEPENDS = "zlib"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
 	   file://pciutils.patch;patch=1 "
+SRC_URI_append_nylon = "file://gcc-3-compatibility.patch;patch=1 "
 
 PARALLEL_MAKE = ""
 





More information about the Openembedded-commits mailing list