From: Ross Burton Date: Wed, 11 Nov 2020 15:30:20 +0000 (+0000) Subject: autotools: no need to depend on gnu-config X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=394e077d11dc486aa955af0df30f12e6da6fa9b3;p=openembedded-core.git autotools: no need to depend on gnu-config --- diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index b334a8186a..9dc8ebdaa7 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass @@ -17,7 +17,7 @@ def autotools_dep_prepend(d): and not d.getVar('INHIBIT_DEFAULT_DEPS'): deps += 'libtool-cross ' - return deps + 'gnu-config-native ' + return deps DEPENDS_prepend = "${@autotools_dep_prepend(d)} "