summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-03-04 19:01:16 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:44:53 -0700
commit21f38040a6587b50c1cff1370de314a928fa4cb9 (patch)
tree8ec4e02cc18460166451bcc1df8d9756f1b3a0b3 /meta-networking
parentf0f65804de8cfb24ed93ecb6d3c09d46b3669241 (diff)
downloadmeta-openembedded-21f38040a6587b50c1cff1370de314a928fa4cb9.tar.gz
ebtables: Fix duplicate definition errors due to netinet/ether.h
Make the patch musl specific as it is regressing glibc 2.27 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
index d89ee1a20..b9dce69ba 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
@@ -29,9 +29,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
29 file://0007-extensions-Use-stdint-types.patch \ 29 file://0007-extensions-Use-stdint-types.patch \
30 file://0008-ethernetdb.h-Remove-C-specific-compiler-hint-macro-_.patch \ 30 file://0008-ethernetdb.h-Remove-C-specific-compiler-hint-macro-_.patch \
31 file://0009-ebtables-Allow-RETURN-target-rules-in-user-defined-c.patch \ 31 file://0009-ebtables-Allow-RETURN-target-rules-in-user-defined-c.patch \
32 file://0010-Adjust-header-include-sequence.patch \
33 " 32 "
34 33
34SRC_URI_append_libc-musl = " file://0010-Adjust-header-include-sequence.patch"
35
35SRC_URI[md5sum] = "506742a3d44b9925955425a659c1a8d0" 36SRC_URI[md5sum] = "506742a3d44b9925955425a659c1a8d0"
36SRC_URI[sha256sum] = "dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d" 37SRC_URI[sha256sum] = "dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d"
37 38