summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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