diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-devtools/uuu')
| -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" |
