From 7971cb0aa3e517a53f0ce6d3ee9bc3179041ccb8 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 25 May 2022 17:12:18 -0500 Subject: mLinux 6 --- patches/no_net_check.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/no_net_check.patch (limited to 'patches/no_net_check.patch') diff --git a/patches/no_net_check.patch b/patches/no_net_check.patch new file mode 100644 index 0000000..4c9e306 --- /dev/null +++ b/patches/no_net_check.patch @@ -0,0 +1,12 @@ +diff --git a/layers/openembedded-core/meta/classes/sanity.bbclass b/layers/openembedded-core/meta/classes/sanity.bbclass +index 2325ee2..5d2a8d4 100644 +--- a/layers/openembedded-core/meta/classes/sanity.bbclass ++++ b/layers/openembedded-core/meta/classes/sanity.bbclass +@@ -367,6 +367,7 @@ def check_connectivity(d): + # URI's to check can be set in the CONNECTIVITY_CHECK_URIS variable + # using the same syntax as for SRC_URI. If the variable is not set + # the check is skipped ++ return "" + test_uris = (d.getVar('CONNECTIVITY_CHECK_URIS') or "").split() + retval = "" + -- cgit v1.2.3