summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-17 10:03:07 -0300
committerGitHub <noreply@github.com>2026-07-17 10:03:07 -0300
commit926818369d1a5a3de142b51b831971d39645f1bb (patch)
treef186fa0549524b593b3d3cfdf378178c7b745564 /dynamic-layers/openembedded-layer
parent1b7b050f44eea89e80b95222b560a909d8fb2268 (diff)
parent21141aa51ab21f3c4620a7bc75270e416667da40 (diff)
downloadmeta-freescale-926818369d1a5a3de142b51b831971d39645f1bb.tar.gz
Merge pull request #2565 from lucianogdittgen/oelint-cleanup-8-recipe-metadata-4
oelint: Recipe metadata and variable-order cleanups
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-devtools/uuu/uuu_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/uuu/uuu_git.bb b/dynamic-layers/openembedded-layer/recipes-devtools/uuu/uuu_git.bb
index 036d0284f..238892caf 100644
--- a/dynamic-layers/openembedded-layer/recipes-devtools/uuu/uuu_git.bb
+++ b/dynamic-layers/openembedded-layer/recipes-devtools/uuu/uuu_git.bb
@@ -1,16 +1,16 @@
1SUMMARY = "Universal Update Utility" 1SUMMARY = "Universal Update Utility"
2DESCRIPTION = "Image deploy tool for i.MX chips" 2DESCRIPTION = "Image deploy tool for i.MX chips"
3HOMEPAGE = "https://github.com/nxp-imx/mfgtools" 3HOMEPAGE = "https://github.com/nxp-imx/mfgtools"
4SECTION = "devel"
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5"
7DEPENDS = "bzip2 libtinyxml2 libusb openssl zlib zstd"
4 8
5SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master"
6SRCREV = "79ce7d2b2e7459e7b7c94f902d172c30b08884ab"
7PV = "1.5.233" 9PV = "1.5.233"
8 10
9LICENSE = "BSD-3-Clause" 11SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" 12SRCREV = "79ce7d2b2e7459e7b7c94f902d172c30b08884ab"
11 13
12inherit cmake pkgconfig 14inherit cmake pkgconfig
13 15
14DEPENDS = "bzip2 libtinyxml2 libusb openssl zlib zstd"
15
16BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"