diff options
| author | Ken Sloat <ken.s@variscite.com> | 2023-09-08 10:11:50 -0400 |
|---|---|---|
| committer | Ken Sloat <ken.s@variscite.com> | 2023-09-08 10:11:50 -0400 |
| commit | 2161cab753199b5e17b975805a7f081fda73998d (patch) | |
| tree | 45ffcbefc378540c34f89cb930d329b9e7486263 | |
| parent | 0ae633652b7bfb9a6c004702ef194a149106010c (diff) | |
| download | meta-freescale-2161cab753199b5e17b975805a7f081fda73998d.tar.gz | |
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 <ken.s@variscite.com>
| -rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index 6b1ecb1f6..2ff0ee5bf 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
| @@ -13,6 +13,6 @@ inherit cmake pkgconfig | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | DEPENDS = "libusb zlib bzip2 openssl" | 16 | DEPENDS = "libusb zlib bzip2 openssl zstd" |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
