From 2161cab753199b5e17b975805a7f081fda73998d Mon Sep 17 00:00:00 2001 From: Ken Sloat Date: Fri, 8 Sep 2023 10:11:50 -0400 Subject: uuu: Add missing zstd dependency Since 1.4.243, uuu includes zstd support. Currently, this dependency is not specified, and thus if nativesdk-uuu is built, cmake will err during do_configure reporting that the package is missing. To fix this, add zstd to DEPENDS. Signed-off-by: Ken Sloat --- recipes-devtools/uuu/uuu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') 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 S = "${WORKDIR}/git" -DEPENDS = "libusb zlib bzip2 openssl" +DEPENDS = "libusb zlib bzip2 openssl zstd" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf