[oe-commits] [openembedded-core] 01/08: autotools: fixup

git at git.openembedded.org git at git.openembedded.org
Wed Sep 14 10:46:49 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5308a0df651e14bd0f9838bedd04e86a72498858
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Sep 14 11:40:03 2016 +0100

    autotools: fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/autotools.bbclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 3e75cf9..4c32c84 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -212,8 +212,6 @@ python autotools_copy_aclocals () {
             for datadep in data[3]:
                 if datadep in done:
                     continue
-                done.append(datadep)
-
                 taskdeps = {}
                 taskdeps[dep] = setscenedeps[dep][:2]
                 taskdeps[datadep] = setscenedeps[datadep][:2]
@@ -221,6 +219,7 @@ python autotools_copy_aclocals () {
                 if retval:
                     bb.note("Skipping setscene dependency %s for m4 macro copying" % datadep)
                     continue
+                done.append(datadep)
                 new.append(datadep)
                 configuredeps.append(setscenedeps[datadep][0])
         next = new

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list