summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.24.1.bb
diff options
context:
space:
mode:
authorLukasz Nowak <lnowak@tycoint.com>2016-12-13 16:19:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-16 10:23:22 +0000
commitb010c327c7759cb55490128b92c3cd0bf1fc8fdf (patch)
tree61eb364704ee3e04e4688e5c1104fb3e3ef8d0af /meta/recipes-core/busybox/busybox_1.24.1.bb
parentd535aba974d47802c80ea1f9c678c0e8351523bb (diff)
downloadpoky-b010c327c7759cb55490128b92c3cd0bf1fc8fdf.tar.gz
busybox: allow libiproute to handle table ids larger than 255
These changes are required for compatibility with ConnMan, which by default uses table ids greater than 255. (From OE-Core rev: e9114bdd8a83b88f59526780910c49e3092fdd57) Signed-off-by: Lukasz Nowak <lnowak@tycoint.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.24.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb
index df0e131266..c35cba3222 100644
--- a/meta/recipes-core/busybox/busybox_1.24.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.24.1.bb
@@ -53,6 +53,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
53 file://busybox-kbuild-race-fix-commit-d8e61bb.patch \ 53 file://busybox-kbuild-race-fix-commit-d8e61bb.patch \
54 file://commit-applet_tables-fix-commit-0dddbc1.patch \ 54 file://commit-applet_tables-fix-commit-0dddbc1.patch \
55 file://makefile-libbb-race.patch \ 55 file://makefile-libbb-race.patch \
56 file://0001-libiproute-handle-table-ids-larger-than-255.patch \
56" 57"
57SRC_URI_append_libc-musl = " file://musl.cfg " 58SRC_URI_append_libc-musl = " file://musl.cfg "
58 59