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