summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-07-20 23:56:18 +0100
committerJoe MacDonald <joe_macdonald@mentor.com>2016-08-05 09:13:17 -0400
commit8b28f076f91c4ffa6ff9bb6e5df9df6603cd446e (patch)
tree13ded987660a3abf2e15756c6987dc66f4266670 /meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb
parent9fb484ed579eba3ab49cb5561ad8ac86928379c7 (diff)
downloadmeta-openembedded-8b28f076f91c4ffa6ff9bb6e5df9df6603cd446e.tar.gz
bridge-utils: various build fixes (musl & CFLAGS)
bridge-utils suffers from a few problems: - doesn't build on musl - doesn't respect CFLAGS - build errors are silently ignored - doesn't support parallel make All of these are addressed with the included patches. Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb')
-rw-r--r--meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb
index 04f863b22..6032ab05e 100644
--- a/meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb
+++ b/meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb
@@ -1,8 +1,13 @@
1require bridge-utils.inc 1require bridge-utils.inc
2 2
3SRC_URI += "file://kernel-headers.patch" 3SRC_URI += "\
4 4 file://kernel-headers.patch \
5PARALLEL_MAKE = "" 5 file://0001-build-error-out-correctly-if-a-submake-fails.patch \
6 file://0002-libbridge-fix-some-build-time-warnings-fcntl.h.patch \
7 file://0003-bridge-fix-some-build-time-warnings-errno.h.patch \
8 file://0004-libbridge-add-missing-include-s-fix-build-against-mu.patch \
9 file://0005-build-don-t-ignore-CFLAGS-from-environment.patch \
10"
6 11
7LIC_FILES_CHKSUM = "file://COPYING;md5=f9d20a453221a1b7e32ae84694da2c37" 12LIC_FILES_CHKSUM = "file://COPYING;md5=f9d20a453221a1b7e32ae84694da2c37"
8 13