Skip to content

Commit

Permalink
meta-lxatac-software: imx-uuu: update to version 1.5.165
Browse files Browse the repository at this point in the history
In the meantime uuu has started to depend on tinyxml2.
Since tinyxml2 was not packaged yet a recipe for it was added as well.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed May 14, 2024
1 parent 29baa18 commit a4ce93e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DESCRIPTION = "Image deployment tool for i.MX chips"
HOMEPAGE = "https://github.com/NXPmicro/mfgtools"

SRC_URI = "https://github.com/nxp-imx/mfgtools/releases/download/uuu_${PV}/uuu_source-uuu_${PV}.tar.gz"
SRC_URI[sha256sum] = "085d7f6308ee6b77dfb131fac40704575525adf6da45cdc446c00a0b29e4c21a"
SRC_URI[sha256sum] = "6e65fc028afacc94b805ae376e3da3864dcb2570d425037820e716207ab70373"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5"
Expand All @@ -12,6 +12,6 @@ inherit cmake pkgconfig

S = "${WORKDIR}/uuu-uuu_${PV}"

DEPENDS = "libusb zlib bzip2 openssl"
DEPENDS = "libusb zlib bzip2 openssl tinyxml2"

BBCLASSEXTEND = "native nativesdk"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
LICENSE = "Zlib"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"

SRC_URI += "git://github.com/leethomason/tinyxml2.git;protocol=https;branch=master"
SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f"

S = "${WORKDIR}/git"

inherit cmake

0 comments on commit a4ce93e

Please sign in to comment.