mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +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:
+3
-5
@@ -9,14 +9,12 @@ LICENSE = "GPL-3.0-only"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https"
|
SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https"
|
||||||
SRCREV = "fcc14ed4fc9083a4e7fc25045b99cb7323bae4fe"
|
SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "libxml2 libarchive"
|
DEPENDS = "libtinyxml2 libarchive"
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|
||||||
EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"'
|
FILES:${PN} = "${bindir}"
|
||||||
|
|
||||||
FILES:${PN} = "${bindir}/bmap-writer"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
Reference in New Issue
Block a user