bmap-writer: Upgrade to 1.0.2

* switch to libtinyxml2
* add streaming helper

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ayoub Zaki 2025-02-03 17:14:40 +01:00 committed by Khem Raj
parent 7bb7493a9b
commit 7edd553fbc
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,14 +9,12 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"
SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https"
SRCREV = "fcc14ed4fc9083a4e7fc25045b99cb7323bae4fe"
SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6"
S = "${WORKDIR}/git"
DEPENDS = "libxml2 libarchive"
DEPENDS = "libtinyxml2 libarchive"
inherit cmake pkgconfig
EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"'
FILES:${PN} = "${bindir}/bmap-writer"
FILES:${PN} = "${bindir}"
BBCLASSEXTEND = "native nativesdk"