diff options
| author | Fathi Boudra <fathi.boudra@linaro.org> | 2024-02-17 16:01:06 +0100 |
|---|---|---|
| committer | Fathi Boudra <fathi.boudra@linaro.org> | 2024-02-17 16:01:06 +0100 |
| commit | d2fb0f7ef500a2fea5c9da95c5c9789afdaf0b9a (patch) | |
| tree | 3013e49392255291d7f9f4e9544cc282ed4c03b7 /recipes-devtools | |
| parent | 71b63dd91dbc8d28921129052c2d7abaea174d2f (diff) | |
| download | meta-freescale-d2fb0f7ef500a2fea5c9da95c5c9789afdaf0b9a.tar.gz | |
uuu: add libtinyxml2 to the build dependencies
tinyxml2 build dependency has been introduced in:
https://github.com/nxp-imx/mfgtools/commit/e6c6874714f63cce96077921813a33f30463b914
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'recipes-devtools')
| -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 8aba3936e..e48698a8b 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 zstd" | 16 | DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2" |
| 17 | 17 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |
