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" 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