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 819045a3b4..078f58fad3 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
| @@ -168,9 +168,9 @@ python autotools_copy_aclocals () { | |||
| 168 | for datadep in data[3]: | 168 | for datadep in data[3]: |
| 169 | if datadep in done: | 169 | if datadep in done: |
| 170 | continue | 170 | continue |
| 171 | done.append(datadep) | ||
| 172 | if (not data[0].endswith("-native")) and taskdepdata[datadep][0].endswith("-native") and dep != start: | 171 | if (not data[0].endswith("-native")) and taskdepdata[datadep][0].endswith("-native") and dep != start: |
| 173 | continue | 172 | continue |
| 173 | done.append(datadep) | ||
| 174 | new.append(datadep) | 174 | new.append(datadep) |
| 175 | if taskdepdata[datadep][1] == "do_configure": | 175 | if taskdepdata[datadep][1] == "do_configure": |
| 176 | configuredeps.append(taskdepdata[datadep][0]) | 176 | configuredeps.append(taskdepdata[datadep][0]) |
