From d2fb0f7ef500a2fea5c9da95c5c9789afdaf0b9a Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sat, 17 Feb 2024 16:01:06 +0100 Subject: 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 --- 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 8aba3936..e48698a8 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 zstd" +DEPENDS = "libusb zlib bzip2 openssl zstd libtinyxml2" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf