diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-06 15:32:13 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-06 17:45:17 -0300 |
commit | 11c1d1fae6443800140ad2cad1c7d8d6cf93893e (patch) | |
tree | 70d0ff48bca3c06d83b8da2371212392fb975b3e | |
parent | d8e45d310295d7b12cf66ab6b638db0e08d7de07 (diff) | |
download | meta-fsl-arm-11c1d1fae6443800140ad2cad1c7d8d6cf93893e.tar.gz |
imx-uuc: Drop 0.5.1 recipe
The Git recipe is now preferred so we are dropping the old release.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb b/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb deleted file mode 100644 index 2464231..0000000 --- a/recipes-bsp/imx-uuc/imx-uuc_0.5.1.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | # Copyright (C) 2014-2015 Freescale Semiconductor | ||
2 | # Copyright (C) 2014 O.S. Systems Software LTDA. | ||
3 | |||
4 | SUMMARY = "Universal Adapter source" | ||
5 | SECTION = "base" | ||
6 | DEPENDS = "virtual/kernel dosfstools-native" | ||
7 | LICENSE = "GPLv2" | ||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
9 | |||
10 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz" | ||
11 | SRC_URI[md5sum] = "f2edde0da371f89c7471884eb1e5143a" | ||
12 | SRC_URI[sha256sum] = "95d7f7b075f58fedc07602fbc0e5bf5212d28deea3d09cdbcbd80992dcd18482" | ||
13 | |||
14 | inherit autotools-brokensep | ||
15 | |||
16 | FILES_${PN} += "/linuxrc /fat" | ||