]> code.ossystems Code Review - openembedded-core.git/commit
dhcp: remove dhclient-script bash dependency
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 22 Jul 2016 03:11:04 +0000 (20:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Jul 2016 22:47:01 +0000 (23:47 +0100)
commitacd7b33d136fac52e1da7ce1bb3edd2a938b1b6f
treeaa9930312b664a02aa960a806070a20ed2035969
parente99a7220bbc2d605200d5005ba40bf45f6f8dcf5
dhcp: remove dhclient-script bash dependency

Take the dash compatible IPv6 link-local address test from the Debian
version of dhclient-script.

Note that although "echo -e" in the OE version of dhclient-script is
technically bash specific too, it is supported by Busybox echo when
Busybox is configured with CONFIG_FEATURE_FANCY_ECHO enabled (which
is the default in the OE Busybox defconfig) therefore leave as-is.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/dhcp/dhcp.inc
meta/recipes-connectivity/dhcp/dhcp/remove-dhclient-script-bash-dependency.patch [new file with mode: 0644]
meta/recipes-connectivity/dhcp/dhcp_4.3.4.bb