diff options
| -rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 17 | and not d.getVar('INHIBIT_DEFAULT_DEPS'): | 17 | and not d.getVar('INHIBIT_DEFAULT_DEPS'): |
| 18 | deps += 'libtool-cross ' | 18 | deps += 'libtool-cross ' |
| 19 | 19 | ||
| 20 | return deps + 'gnu-config-native ' | 20 | return deps |
| 21 | 21 | ||
| 22 | DEPENDS_prepend = "${@autotools_dep_prepend(d)} " | 22 | DEPENDS_prepend = "${@autotools_dep_prepend(d)} " |
| 23 | 23 | ||
