From 37af1ed222e549f458ab31660ed0aeb8f57afec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Wed, 30 Oct 2024 10:38:08 +0100 Subject: [PATCH 1/2] meta-lxatac-software: imx-uuu: use meta-oe libtinyxml2 instead of local MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows us to drop our own tinyxml2 recipe in the next step and also aligns the recipe with the uuu recipe in meta-freescale. Signed-off-by: Leonard Göhrs --- meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb b/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb index 26c40282..9003ba03 100644 --- a/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb +++ b/meta-lxatac-software/recipes-support/imx-uuu/imx-uuu_1.5.182.bb @@ -12,6 +12,6 @@ inherit cmake pkgconfig S = "${WORKDIR}/uuu-uuu_${PV}" -DEPENDS = "libusb zlib bzip2 openssl tinyxml2" +DEPENDS = "libusb zlib bzip2 openssl libtinyxml2" BBCLASSEXTEND = "native nativesdk" From 062be67f7fa3c15f80a7f8809c56e3db6764eae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Wed, 30 Oct 2024 10:43:15 +0100 Subject: [PATCH 2/2] meta-lxatac-software: tinyxml2: remove recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The recipe was introduced under the false assumption that tinyxml2 has not been packaged. It is though and has been for quite some time as libtinyxml2 in meta-oe. This means there is no reason to keep our local recipe. Signed-off-by: Leonard Göhrs --- .../recipes-support/tinyxml2/tinyxml2_10.0.0.bb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta-lxatac-software/recipes-support/tinyxml2/tinyxml2_10.0.0.bb diff --git a/meta-lxatac-software/recipes-support/tinyxml2/tinyxml2_10.0.0.bb b/meta-lxatac-software/recipes-support/tinyxml2/tinyxml2_10.0.0.bb deleted file mode 100644 index 235da984..00000000 --- a/meta-lxatac-software/recipes-support/tinyxml2/tinyxml2_10.0.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd" - -SRC_URI += "git://github.com/leethomason/tinyxml2.git;protocol=https;branch=master" -SRCREV = "321ea883b7190d4e85cae5512a12e5eaa8f8731f" - -S = "${WORKDIR}/git" - -inherit cmake