summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-08-30 16:34:26 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-09-21 18:03:41 -0300
commita9adf32640a59b8b92dabb45f00e8730070c0a93 (patch)
treefbf00cef674bf3ea48a595177a8dbf460cc61285
parent246f6de7cb99e3dac8b33f4b8c86d7b1f99c6ef1 (diff)
downloadmeta-freescale-a9adf32640a59b8b92dabb45f00e8730070c0a93.tar.gz
imx-uuc: Bump revision to 1de598e7
This includes following changes: 1de598e Merge pull request #5 from lijunone/master a5a05da Update linuxrc 61a1449 Merge pull request #4 from mhei/fixes af76f6a uuc: fix format nitpick f8d0c75 uu.c: fix compiler warnings for unused variables 625c36e Merge pull request #2 from mhei/fixes e6304a7 Merge pull request #3 from lijunone/master c342fb0 linuxrc: add utp mass storage setup via configfs f9a8e97 uuc: fix some compiler warnings 65d8bf7 sdimage: use fsync before closing the device a977121 Add travis hint 03d64cf Small Makefile improvements 9a8c844 sdimage: no need to open image file R/W 592fdb6 sdimage: fix partition size check 3d4b3fa Add a .gitignore with the binaries sdimage and uuc 86e0a1b sdimage: move BCB header to 4 sector offset 2fa75b4 uuc: fix format warnings f64baff Honour CFLAGS 85a0b23 sdimage: add includes to prevent warnings Change-Id: I7e81dd0d4666d00b76be3d78982ef2b1bd039b53 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index 6fb838ac..8c1a81d7 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9inherit autotools-brokensep 9inherit autotools-brokensep
10 10
11PR = "r1"
12PV = "0.5.1+git${SRCPV}" 11PV = "0.5.1+git${SRCPV}"
13 12
14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocal=https" 13SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https"
15SRCREV = "3440b1108373e79669cc17ba1d2be91a123a2053" 14SRCREV = "1de598e7b36d95596435902106c9a746697b9afc"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17