summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-uuc
diff options
context:
space:
mode:
authorAlexandru Palalau <ioan-alexandru.palalau@nxp.com>2019-05-23 14:49:30 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-06-13 14:06:41 -0300
commitf89542868e83ce5f95b1ad4262116909eb18ca24 (patch)
treec049c5f68d2123f3bcedf3a29e8fb6aa7683f21c /recipes-bsp/imx-uuc
parentf06d0e3c62f879c66292cde0fcd3f1de7ecca149 (diff)
downloadmeta-freescale-f89542868e83ce5f95b1ad4262116909eb18ca24.tar.gz
imx-uuc: Update SRCREV to fc48b4
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-uuc')
-rw-r--r--recipes-bsp/imx-uuc/imx-uuc_git.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/imx-uuc/imx-uuc_git.bb b/recipes-bsp/imx-uuc/imx-uuc_git.bb
index ddc55db3..713db3ab 100644
--- a/recipes-bsp/imx-uuc/imx-uuc_git.bb
+++ b/recipes-bsp/imx-uuc/imx-uuc_git.bb
@@ -1,17 +1,18 @@
1# Copyright (C) 2016 Freescale Semiconductor 1# Copyright (C) 2016 Freescale Semiconductor
2 2# Copyright (C) 2017-2019 NXP
3SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" 3SUMMARY = "A Daemon wait for NXP mfgtools host's command"
4SECTION = "base" 4SECTION = "base"
5DEPENDS = "dosfstools-native" 5DEPENDS = "virtual/kernel dosfstools-native"
6LICENSE = "GPLv2" 6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9inherit autotools-brokensep 9inherit autotools-brokensep
10 10
11PR = "r1"
11PV = "0.5.1+git${SRCPV}" 12PV = "0.5.1+git${SRCPV}"
12 13
13SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" 14SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https"
14SRCREV = "e3fbdfef978abd150d9ea71c4d174daded9c8d33" 15SRCREV = "fc48b497fe961d601b4bcced807f562090854ec9"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
17 18