summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-02-17 15:00:52 -0300
committerGitHub <noreply@github.com>2024-02-17 15:00:52 -0300
commitcce485647cb5331cab0c6efc189a37e01556f609 (patch)
tree3236756f6a3a02971f770d8995d677605ff03d48
parent86ef9f3ffa4a7a20e6df59c7ae088ee94f3dc6c6 (diff)
parentd2fb0f7ef500a2fea5c9da95c5c9789afdaf0b9a (diff)
downloadmeta-freescale-cce485647cb5331cab0c6efc189a37e01556f609.tar.gz
Merge pull request #1756 from fboudra/uuu-tinyxml2
uuu: add libtinyxml2 to the build dependencies
-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 8aba3936..e48698a8 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 zstd" 16DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2"
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"