aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libusb/libusb1_1.0.0.bb
diff options
context:
space:
mode:
authorMartin Dietze <martin@the-little-red-haired-girl.org>2009-05-23 13:18:49 +0200
committermd <md@freiheit.com>2009-05-27 21:50:57 +0200
commiteabb7e3ab0a68d76603dce6053f549ec5aeb1075 (patch)
treeb91f218b31237cc76a7e0c72f4412d660c2a7882 /recipes/libusb/libusb1_1.0.0.bb
parent83f70f58f497bcb3dafeb6511446da6dd7bed152 (diff)
downloadopenembedded-eabb7e3ab0a68d76603dce6053f549ec5aeb1075.tar.gz
libusb: added patch to allow compiling with gcc 3, used by nylon distro * the gcc flags -fvisibility=hidden and -Wno-pointer-sign are removed from configure script and Makefile templates
Diffstat (limited to 'recipes/libusb/libusb1_1.0.0.bb')
-rw-r--r--recipes/libusb/libusb1_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/libusb/libusb1_1.0.0.bb b/recipes/libusb/libusb1_1.0.0.bb
index 8450a7c946..978d819a6f 100644
--- a/recipes/libusb/libusb1_1.0.0.bb
+++ b/recipes/libusb/libusb1_1.0.0.bb
@@ -9,6 +9,8 @@ PR = "r0"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2 \
"
+SRC_URI_append_nylon = " file://gcc-3-compatibility.patch;patch=1 \
+"
S = "${WORKDIR}/libusb-${PV}"
inherit autotools pkgconfig binconfig lib_package