diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-17 10:03:07 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-17 10:03:07 -0300 |
| commit | 926818369d1a5a3de142b51b831971d39645f1bb (patch) | |
| tree | f186fa0549524b593b3d3cfdf378178c7b745564 /dynamic-layers/openembedded-layer | |
| parent | 1b7b050f44eea89e80b95222b560a909d8fb2268 (diff) | |
| parent | 21141aa51ab21f3c4620a7bc75270e416667da40 (diff) | |
| download | meta-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.bb | 12 |
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 @@ | |||
| 1 | SUMMARY = "Universal Update Utility" | 1 | SUMMARY = "Universal Update Utility" |
| 2 | DESCRIPTION = "Image deploy tool for i.MX chips" | 2 | DESCRIPTION = "Image deploy tool for i.MX chips" |
| 3 | HOMEPAGE = "https://github.com/nxp-imx/mfgtools" | 3 | HOMEPAGE = "https://github.com/nxp-imx/mfgtools" |
| 4 | SECTION = "devel" | ||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" | ||
| 7 | DEPENDS = "bzip2 libtinyxml2 libusb openssl zlib zstd" | ||
| 4 | 8 | ||
| 5 | SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master" | ||
| 6 | SRCREV = "79ce7d2b2e7459e7b7c94f902d172c30b08884ab" | ||
| 7 | PV = "1.5.233" | 9 | PV = "1.5.233" |
| 8 | 10 | ||
| 9 | LICENSE = "BSD-3-Clause" | 11 | SRC_URI = "git://github.com/nxp-imx/mfgtools.git;protocol=https;branch=master" |
| 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38ec0c18112e9a92cffc4951661e85a5" | 12 | SRCREV = "79ce7d2b2e7459e7b7c94f902d172c30b08884ab" |
| 11 | 13 | ||
| 12 | inherit cmake pkgconfig | 14 | inherit cmake pkgconfig |
| 13 | 15 | ||
| 14 | DEPENDS = "bzip2 libtinyxml2 libusb openssl zlib zstd" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
