summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2014-04-28 07:43:48 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-04-30 10:11:37 -0300
commitdf2f8573b585b91a005a3947695b1736fa180010 (patch)
tree7ac7441a219d269ee16fc86346526f79a33218f0
parent51c9362825afdee2d1d4c648e9527bd16be06bbd (diff)
downloadmeta-fsl-arm-df2f8573b585b91a005a3947695b1736fa180010.tar.gz
imx-uuc: Upgrade to 3.10.17-1.0.0 GA
Changes are same as beta but directory names changed to GA Change-Id: Iba2830da1072400af01c5a49adca66e940f73b99 Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_0.4.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_0.4.bb b/recipes-bsp/imx-uuc/imx-uuc_0.4.bb
index 81d3e16..b299e7b 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_0.4.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_0.4.bb
@@ -13,10 +13,11 @@ SRC_URI = "${FSL_MIRROR}/imx-uuc-3.10.17-1.0.0_beta.tar.gz \
13 file://sdimage.c-uu.c-update-license-header.patch \ 13 file://sdimage.c-uu.c-update-license-header.patch \
14 file://Makefile-adapt-to-work-out-of-box-with-OE-Core.patch \ 14 file://Makefile-adapt-to-work-out-of-box-with-OE-Core.patch \
15 file://linuxrc-Use-devtmpfs-and-general-cleanup.patch" 15 file://linuxrc-Use-devtmpfs-and-general-cleanup.patch"
16S = "${WORKDIR}/${PN}-3.10.17-1.0.0_beta"
17 16
18SRC_URI[md5sum] = "22cc43c9a3b1a0eb1a82e0fcbade8c37" 17S = "${WORKDIR}/${PN}-3.10.17-1.0.0"
19SRC_URI[sha256sum] = "bd96d19ec0399fbebf09c3692f77ee8c76b27988c3bf616d3cecb67a8552ba96" 18
19SRC_URI[md5sum] = "c111a44b436a5715babef897fc13ca2d"
20SRC_URI[sha256sum] = "7f398aa3e735ad7176986c1c8cb08a8d9bd4d9c989b2e129ae8c9fd718f9b669"
20 21
21inherit autotools 22inherit autotools
22 23