[OE-core] [PATCH 3/3] busybox-git: Backport patch to fix zcip false-conflict

Brad Mouring brad.mouring at ni.com
Tue Mar 22 23:18:01 UTC 2016


Busybox upstream fixed the issue where an incorrect comparison of
addresses led to bogus renegotiation of a new ll ip in 1.24. Backport
this change to the -git recipe.

Signed-off-by: Brad Mouring <brad.mouring at ni.com>
---
 meta/recipes-core/busybox/busybox_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_git.bb
index 47c1364..11c390e 100644
--- a/meta/recipes-core/busybox/busybox_git.bb
+++ b/meta/recipes-core/busybox/busybox_git.bb
@@ -34,6 +34,7 @@ SRC_URI = "git://busybox.net/busybox.git;branch=1_23_stable \
            file://inetd.conf \
            file://inetd \
            file://login-utilities.cfg \
+           file://0001-zcip-fix-wrong-comparison-of-source-IP-with-our-IP.patch \
 "
 
 EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"
-- 
2.7.3




More information about the Openembedded-core mailing list