]> code.ossystems Code Review - openembedded-core.git/commit
oe-git-proxy: don't depend on syslinux
authorAndré Draszik <git@andred.net>
Fri, 15 Jul 2016 15:03:27 +0000 (16:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:55 +0000 (10:24 +0100)
commitc91dbf3ca2faec95195c85b65aa6cab7de9bca2c
tree4ac10807a148446af6129dd37d171efb12ad011c
parent3434f3cfe40d140fec2660d24508eeeaec4f66a8
oe-git-proxy: don't depend on syslinux

gethostip comes from syslinux. It seems odd to depend on a bootloader
to clone a git repository.

Switch to using getent from the c-library, which should be available
on every system.

We now also support the case where a hostname resolves to more than
one IP address.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-git-proxy