diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-09-16 17:06:35 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-09-16 18:04:39 -0400 |
commit | 384f3c57d3263cece1c156ffc3be83598ef83a19 (patch) | |
tree | 0ddaca4c093164be28ee8a1198c306658ce11584 /recipes-graphics | |
parent | 499fba5e6c634c061d377971a73d1e0116676257 (diff) | |
download | meta-ti-384f3c57d3263cece1c156ffc3be83598ef83a19.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')
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb | 6 | ||||
-rw-r--r-- | recipes-graphics/libgles/libgles-omap3_4.09.00.01.bb | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb b/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb index df84f9b3..f7b9d669 100644 --- a/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb +++ b/recipes-graphics/libgles/libgles-omap3-x11_4.09.00.01.bb | |||
@@ -2,7 +2,7 @@ require libgles-omap3-x11.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 | ||
@@ -42,8 +42,8 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gf | |||
42 | file://99-bufferclass.rules \ | 42 | file://99-bufferclass.rules \ |
43 | " | 43 | " |
44 | 44 | ||
45 | SRC_URI[md5sum] = "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" | 45 | SRC_URI[md5sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${MD5SUM_HARDFP}', '${MD5SUM_SOFTFP}', d)}" |
46 | SRC_URI[sha256sum] = "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${SHA256SUM_HARDFP}', '${SHA256SUM_SOFTFP}', d)}" | 46 | SRC_URI[sha256sum] := "${@base_contains('TUNE_FEATURES', 'callconvention-hard', '${SHA256SUM_HARDFP}', '${SHA256SUM_SOFTFP}', d)}" |
47 | 47 | ||
48 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" | 48 | S = "${WORKDIR}/Graphics_SDK_${SGXPV}" |
49 | 49 | ||
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 | ||