aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/uuu/uuu_git.bb
blob: dedcbe8416664b469874eeee8db7278808c39f7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "Universal Update Utility"
DESCRIPTION = "Image deploy tool for i.MX chips"
HOMEPAGE = "https://github.com/NXPmicro/mfgtools"

SRC_URI = "git://github.com/NXPmicro/mfgtools.git;protocol=https;branch=master"
SRCREV = "e10b0260076e0119c259f7f44447904f14109ba2"
PV = "1.4.165"

SRC_URI += "file://0001-remove-unnecessary-libzip-dependency.patch"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5"

inherit cmake pkgconfig

S = "${WORKDIR}/git"

DEPENDS = "libusb zlib bzip2 openssl"

COMPATIBLE_MACHINE   = "(imx)"

BBCLASSEXTEND = "native nativesdk"