[oe-commits] [openembedded-core] branch master updated: populate_sdk_ext: Correct commit 8b81bb56c69aabdea984352f8e267a9783c0bdbc

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 22:45:45 UTC 2016


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

The following commit(s) were added to refs/heads/master by this push:
       new  be17773   populate_sdk_ext: Correct commit 8b81bb56c69aabdea984352f8e267a9783c0bdbc
be17773 is described below

commit be177739b46d3296c0c0c01310b499ffc6782d43
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Mar 9 22:31:15 2016 +0000

    populate_sdk_ext: Correct commit 8b81bb56c69aabdea984352f8e267a9783c0bdbc
    
    Commit 8b81bb56c69aabdea984352f8e267a9783c0bdbc was accidentally merged.
    The DL_DIR piece was simply incorrect and should be removed.
    
    The patch commit message should have mentioned that the changes were
    to update populate_sdk_ext after the changes to uninative now the
    download is placed into a specific directory in DL_DIR. We also
    need to specify the uninative tarball checksum.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/populate_sdk_ext.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 00181aa..be4bcc0 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -29,7 +29,6 @@ SDK_LOCAL_CONF_BLACKLIST ?= "CONF_VERSION \
                              PARALLEL_MAKE \
                              PRSERV_HOST \
                              SSTATE_MIRRORS \
-                             DL_DIR \
                             "
 SDK_INHERIT_BLACKLIST ?= "buildhistory icecc"
 SDK_UPDATE_URL ?= ""

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


More information about the Openembedded-commits mailing list