mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
autotools: no need to depend on gnu-config
autoconf 2.70 onwards installs its own copies of config.guess/config.sub which we keep up to date when autoconf builds, so there's no need to depend on gnu-config for those files. (From OE-Core rev: 332145c34b4aac2e74a713070af25414e1fd8c9c) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
bea9c8b988
commit
20f926f086
|
@ -17,7 +17,7 @@ def autotools_dep_prepend(d):
|
||||||
and not d.getVar('INHIBIT_DEFAULT_DEPS'):
|
and not d.getVar('INHIBIT_DEFAULT_DEPS'):
|
||||||
deps += 'libtool-cross '
|
deps += 'libtool-cross '
|
||||||
|
|
||||||
return deps + 'gnu-config-native '
|
return deps
|
||||||
|
|
||||||
DEPENDS_prepend = "${@autotools_dep_prepend(d)} "
|
DEPENDS_prepend = "${@autotools_dep_prepend(d)} "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user