mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
7bb7493a9b
commit
7edd553fbc
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user