Skip to content

Commit

Permalink
bmap-writer: Upgrade to 1.0.2
Browse files Browse the repository at this point in the history
* switch to libtinyxml2
* add streaming helper
  • Loading branch information
embetrix committed Feb 3, 2025
1 parent 6285193 commit 2affc4d
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2affc4d

Please sign in to comment.