diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 2e8980dd4ddfd8f4491139b75999171ecf81e216 (patch) | |
tree | 39b0118471c2e977746036a6d30c53d1615b09bc /recipes-bsp/imx-uuc | |
parent | 243b178d740d07f0f33f207472711b7d067f51b1 (diff) | |
download | meta-freescale-2e8980dd4ddfd8f4491139b75999171ecf81e216.tar.gz |
imx-uuc: Upgrade to 0.5.1 version
Support a dummy fat file to vaoid windows popup format dialog
when using manufacturing tool.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-uuc')
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb (renamed from recipes-bsp/imx-uuc/imx-uuc_0.5.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_0.5.bb b/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb index b172b32c..7b4e5856 100644 --- a/recipes-bsp/imx-uuc/imx-uuc_0.5.bb +++ b/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | # Copyright (C) 2014 Freescale Semiconductor | 1 | # Copyright (C) 2014-2015 Freescale Semiconductor |
2 | # Copyright (C) 2014 O.S. Systems Software LTDA. | 2 | # Copyright (C) 2014 O.S. Systems Software LTDA. |
3 | 3 | ||
4 | SUMMARY = "Universal Adapter source" | 4 | SUMMARY = "Universal Adapter source" |
@@ -8,9 +8,9 @@ LICENSE = "GPLv2" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | 9 | ||
10 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz" | 10 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "4a82f106f85199c91a058ee54c127477" | 11 | SRC_URI[md5sum] = "f2edde0da371f89c7471884eb1e5143a" |
12 | SRC_URI[sha256sum] = "ec5894ab7967797c8500b4988d0aba6c6f78ef22b4a190f9db12be33df08faaf" | 12 | SRC_URI[sha256sum] = "95d7f7b075f58fedc07602fbc0e5bf5212d28deea3d09cdbcbd80992dcd18482" |
13 | 13 | ||
14 | inherit autotools-brokensep | 14 | inherit autotools-brokensep |
15 | 15 | ||
16 | FILES_${PN} += "/linuxrc" | 16 | FILES_${PN} += "/linuxrc /fat" |