summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_ext.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-09 22:31:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-09 22:33:40 +0000
commitad50ce907a130394c33b789161ec384455fd709e (patch)
tree3a06667fce1c97d2c132291bb187ad2e981bf717 /meta/classes/populate_sdk_ext.bbclass
parentbc0e99d2b165ff547e02c7169a8b0d210de54a1a (diff)
downloadpoky-ad50ce907a130394c33b789161ec384455fd709e.tar.gz
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. (From OE-Core rev: be177739b46d3296c0c0c01310b499ffc6782d43) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_ext.bbclass')
-rw-r--r--meta/classes/populate_sdk_ext.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index 00181aa2f3..be4bcc02e9 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 \
29 PARALLEL_MAKE \ 29 PARALLEL_MAKE \
30 PRSERV_HOST \ 30 PRSERV_HOST \
31 SSTATE_MIRRORS \ 31 SSTATE_MIRRORS \
32 DL_DIR \
33 " 32 "
34SDK_INHERIT_BLACKLIST ?= "buildhistory icecc" 33SDK_INHERIT_BLACKLIST ?= "buildhistory icecc"
35SDK_UPDATE_URL ?= "" 34SDK_UPDATE_URL ?= ""