diff options
| -rw-r--r-- | meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb | 6 |
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" | |||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https" |
| 12 | SRCREV = "74826a19f7eb31e029405cd0ea6b07c2aaddc73d" | 12 | SRCREV = "06cf5263082ec3e9d54e8409f268240fc767b5d4" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | DEPENDS= "openssl libxml2 xz zlib" | 15 | DEPENDS= "openssl libxml2 xz zlib zstd" |
| 16 | inherit cmake | 16 | inherit cmake pkgconfig |
| 17 | 17 | ||
| 18 | EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"' | 18 | EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"' |
| 19 | 19 | ||
