summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-09-08 11:20:35 -0300
committerGitHub <noreply@github.com>2023-09-08 11:20:35 -0300
commita601d538ba46ac59d280e7e68d3f7e153ede48b9 (patch)
tree45ffcbefc378540c34f89cb930d329b9e7486263
parent0ae633652b7bfb9a6c004702ef194a149106010c (diff)
parent2161cab753199b5e17b975805a7f081fda73998d (diff)
downloadmeta-freescale-a601d538ba46ac59d280e7e68d3f7e153ede48b9.tar.gz
Merge pull request #1649 from ksloat/master
uuu: Add missing zstd dependency
-rw-r--r--recipes-devtools/uuu/uuu_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb
index 6b1ecb1f..2ff0ee5b 100644
--- a/recipes-devtools/uuu/uuu_git.bb
+++ b/recipes-devtools/uuu/uuu_git.bb
@@ -13,6 +13,6 @@ inherit cmake pkgconfig
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16DEPENDS = "libusb zlib bzip2 openssl" 16DEPENDS = "libusb zlib bzip2 openssl zstd"
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"