summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyoub Zaki <ayoub.zaki@embetrix.com>2024-12-16 11:01:21 +0100
committerKhem Raj <raj.khem@gmail.com>2024-12-19 09:41:21 -0800
commit1bf9854163b2e09a570dd863449f1959bea242b0 (patch)
tree787f72e0a370921994fed7a5b9245533566da053
parentc089690f57155cc62c3b22a9af9527ec927b16e3 (diff)
downloadmeta-openembedded-1bf9854163b2e09a570dd863449f1959bea242b0.tar.gz
bmap-writer: update to latest git version
* fix xz decompression * add zstd decompression Signed-off-by: ayoub.zaki@embetrix.com Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb b/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb
index f25ed70111..fb310be035 100644
--- a/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb
+++ b/meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb
@@ -9,11 +9,11 @@ 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 = "74826a19f7eb31e029405cd0ea6b07c2aaddc73d" 12SRCREV = "06cf5263082ec3e9d54e8409f268240fc767b5d4"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15DEPENDS= "openssl libxml2 xz zlib" 15DEPENDS= "openssl libxml2 xz zlib zstd"
16inherit cmake 16inherit cmake pkgconfig
17 17
18EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"' 18EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"'
19 19