diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-03-09 00:53:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 22:45:16 +0000 |
commit | aebc22dbfade9a107f1a05e42bf7fe3887c15ae8 (patch) | |
tree | 65ab4f90af6f4de4cbb23eaa59dafcf77ddc9a88 /bitbake/lib/toaster/bldcontrol | |
parent | d405f97af32d82b1b82915fa0b7038d4ac79f410 (diff) | |
download | poky-aebc22dbfade9a107f1a05e42bf7fe3887c15ae8.tar.gz |
bitbake: fetch2: Make SRC_URI[md5sum] and SRC_URI[sha256sum] expand their values
For some reason, the values for SRC_URI[md5sum] and SRC_URI[sha256sum]
were not being expanded. That lead to the following code not working
as expected:
SRC_URI = "http://.../${PN}-${PV}.tar.gz"
MD5SUM = "123abc..."
SHA256SUM = "abcd1234..."
SRC_URI[md5sum] = "${MD5SUM}"
SRC_URI[sha256sum] = "${SHA256SUM}"
(Bitbake rev: ba011470df0ea8bd89f01c0b02ec4b3969e60ce7)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol')
0 files changed, 0 insertions, 0 deletions