summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-09-16 17:06:35 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-09-16 17:06:35 -0400
commitc187c2c590a2557e58c1d4cf47584aa98695aabc (patch)
tree53da562144fbb2e1f10e4850513fda6dc1491c8e /recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb
parentebfbd8ee95b9945a0a4d0fd5351f1f57d29a9165 (diff)
downloadmeta-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.bb6
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
3LICENSE = "TSPA" 3LICENSE = "TSPA"
4 4
5PR = "${INC_PR}.1" 5PR = "${INC_PR}.2"
6 6
7DEFAULT_PREFERENCE = "-1" 7DEFAULT_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
43SRC_URI[md5sum] = "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" 43SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}"
44SRC_URI[sha256sum] = "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${SHA256SUM_HARDFP}', '${SHA256SUM_SOFTFP}', d)}" 44SRC_URI[sha256sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${SHA256SUM_HARDFP}', '${SHA256SUM_SOFTFP}', d)}"
45 45
46S = "${WORKDIR}/Graphics_SDK_${SGXPV}" 46S = "${WORKDIR}/Graphics_SDK_${SGXPV}"
47 47