diff options
| -rw-r--r-- | recipes-bsp/imx-uuc/imx-uuc_git.bb | 9 |
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 ddc55db36..713db3ab2 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 | |
| 3 | SUMMARY = "A Daemon wait for Freescale/NXP mfgtools host's command" | 3 | SUMMARY = "A Daemon wait for NXP mfgtools host's command" |
| 4 | SECTION = "base" | 4 | SECTION = "base" |
| 5 | DEPENDS = "dosfstools-native" | 5 | DEPENDS = "virtual/kernel dosfstools-native" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | 8 | ||
| 9 | inherit autotools-brokensep | 9 | inherit autotools-brokensep |
| 10 | 10 | ||
| 11 | PR = "r1" | ||
| 11 | PV = "0.5.1+git${SRCPV}" | 12 | PV = "0.5.1+git${SRCPV}" |
| 12 | 13 | ||
| 13 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" | 14 | SRC_URI = "git://github.com/NXPmicro/imx-uuc.git;protocol=https" |
| 14 | SRCREV = "e3fbdfef978abd150d9ea71c4d174daded9c8d33" | 15 | SRCREV = "fc48b497fe961d601b4bcced807f562090854ec9" |
| 15 | 16 | ||
| 16 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 17 | 18 | ||
