diff options
Diffstat (limited to 'recipes-devtools/uuu/uuu_git.bb')
| -rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb new file mode 100644 index 000000000..6490a30c0 --- /dev/null +++ b/recipes-devtools/uuu/uuu_git.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Universal Update Utility" | ||
| 2 | DESCRIPTION = "Image deploy tool for i.MX chips" | ||
| 3 | HOMEPAGE = "https://github.com/NXPmicro/mfgtools" | ||
| 4 | |||
| 5 | SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https" | ||
| 6 | SRCREV = "e10b0260076e0119c259f7f44447904f14109ba2" | ||
| 7 | PV = "1.4.165" | ||
| 8 | |||
| 9 | SRC_URI += "file://0001-remove-unnecessary-libzip-dependency.patch" | ||
| 10 | |||
| 11 | LICENSE = "BSD-3-Clause" | ||
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" | ||
| 13 | |||
| 14 | inherit cmake pkgconfig | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | DEPENDS = "libusb zlib bzip2 openssl" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
