summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAyoub Zaki <ayoub.zaki@embetrix.com>2025-02-03 17:14:40 +0100
committerKhem Raj <raj.khem@gmail.com>2025-02-03 11:25:22 -0800
commit7edd553fbc959e200428d4f58f7d69e336988c88 (patch)
tree2e4ce696a7b524f2b0699f5cab80b9323b354d33 /meta-oe
parent7bb7493a9bf2bae133944f6f76545a0501047160 (diff)
downloadmeta-openembedded-7edd553fbc959e200428d4f58f7d69e336988c88.tar.gz
bmap-writer: Upgrade to 1.0.2
* switch to libtinyxml2 * add streaming helper Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb (renamed from meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb
index 3e8bd67e67..4f4f58def3 100644
--- a/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb
+++ b/meta-oe/recipes-support/bmap-writer/bmap-writer_1.0.2.bb
@@ -9,14 +9,12 @@ LICENSE = "GPL-3.0-only"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"
10 10
11SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" 11SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https"
12SRCREV = "fcc14ed4fc9083a4e7fc25045b99cb7323bae4fe" 12SRCREV = "7489280a7a1247f23543343aba4e95bf2f2e8fa6"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15DEPENDS = "libxml2 libarchive" 15DEPENDS = "libtinyxml2 libarchive"
16inherit cmake pkgconfig 16inherit cmake pkgconfig
17 17
18EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"' 18FILES:${PN} = "${bindir}"
19
20FILES:${PN} = "${bindir}/bmap-writer"
21 19
22BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"