There is a copy & paste error in 5775e9ef2fce1d0b9860602f1065bb1e09bc1b61 which breaks dhcpd.
Cc: Armin Kuster <akuster...@gmail.com> Signed-off-by: Enrico Scholz <enrico.sch...@sigma-chemnitz.de> --- ...1-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/dhcp/dhcp/0001-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch b/meta/recipes-connectivity/dhcp/dhcp/0001-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch index d2e57714cd..fa3d9c4e1f 100644 --- a/meta/recipes-connectivity/dhcp/dhcp/0001-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch +++ b/meta/recipes-connectivity/dhcp/dhcp/0001-dhcpd-fix-Replace-custom-isc_boolean_t-with-C-standa.patch @@ -1816,7 +1816,7 @@ Index: dhcp-4.4.1/common/options.c { if (universe->save_func) - (*universe->save_func)(universe, options, oc, ISC_FALSE); -+ (*universe->save_func)(universe, options, oc, true); ++ (*universe->save_func)(universe, options, oc, false); else log_error("can't store options in %s space.", universe->name); } -- 2.20.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core