diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-09-16 17:06:35 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-09-16 17:06:35 -0400 |
commit | c187c2c590a2557e58c1d4cf47584aa98695aabc (patch) | |
tree | 53da562144fbb2e1f10e4850513fda6dc1491c8e /recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb | |
parent | ebfbd8ee95b9945a0a4d0fd5351f1f57d29a9165 (diff) | |
download | meta-ti-c187c2c590a2557e58c1d4cf47584aa98695aabc.tar.gz |
ligles-omap3, omap3-sgx-modules: correct checksum assignment
Checksums are handled as var attributes and require immediate expansion,
so use := operation as in the original patches, that got lost in the update.
Otherwise do_fetch will fail to validate the checksums.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb index 6899cfc7..d094b5c9 100644 --- a/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb +++ b/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb | |||
@@ -2,7 +2,7 @@ require libgles-omap3-no-x.inc | |||
2 | 2 | ||
3 | LICENSE = "TSPA" | 3 | LICENSE = "TSPA" |
4 | 4 | ||
5 | PR = "${INC_PR}.1" | 5 | PR = "${INC_PR}.2" |
6 | 6 | ||
7 | DEFAULT_PREFERENCE = "-1" | 7 | DEFAULT_PREFERENCE = "-1" |
8 | 8 | ||
@@ -40,8 +40,8 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gf | |||
40 | file://99-bufferclass.rules \ | 40 | file://99-bufferclass.rules \ |
41 | " | 41 | " |
42 | 42 | ||
43 | SRC_URI[md5sum] = "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" | 43 | SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" |
44 | SRC_URI[sha256sum] = "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${SHA256SUM_HARDFP}', '${SHA256SUM_SOFTFP}', d)}" | 44 | SRC_URI[sha256sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${SHA256SUM_HARDFP}', '${SHA256SUM_SOFTFP}', d)}" |
45 | 45 | ||
46 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" | 46 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" |
47 | 47 | ||