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 f25ed70111d..01528596bf8 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" LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" -SRCREV = "74826a19f7eb31e029405cd0ea6b07c2aaddc73d" +SRCREV = "8dab812f3a3e3fa58a1150234ee2a8a523d23819" S = "${WORKDIR}/git" -DEPENDS= "openssl libxml2 xz zlib" -inherit cmake +DEPENDS = "openssl libxml2 libarchive" +inherit cmake pkgconfig EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"'