]> code.ossystems Code Review - openembedded-core.git/commit
resolvconf: add fixes for busybox and make it work
authorSaul Wold <sgw@linux.intel.com>
Mon, 24 Nov 2014 15:37:52 +0000 (07:37 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:33 +0000 (10:17 +0000)
commit10a1ae28ecee10695efb6a5bc08de4f04e0acac1
treede1218dbef835dbe1f2925cc46a29e4f64070504
parentf9398787975c6e9468e1d58974f070571e9c664c
resolvconf: add fixes for busybox and make it work

resolvconf was missing a script and needed readlink which was in
/usr/bin.  Also the /etc/resolv.conf was not being correctly linked
to /etc/resolvconf/run/resolv.conf, which is fixed by the volaties
change which is now a file as opposed to created in do_install.

Ensure that the correct scripts for ifup/ifdown get installed and that
resolvconf is correctly enabled at startup

[YOCTO #5361]

(From OE-Core rev: 853e8d2c7aff6dddc1d555af22f54c4ecef13df1)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/resolvconf/resolvconf/99_resolvconf [new file with mode: 0644]
meta/recipes-connectivity/resolvconf/resolvconf/fix-path-for-busybox.patch [new file with mode: 0644]
meta/recipes-connectivity/resolvconf/resolvconf_1.75.bb