mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
bmap-writer: upgrade 1.0.3 -> 1.0.4
Add PACKAGECONFIG for libkcapi to optionally enable kernel crypto API support. Changelog: https://github.com/embetrix/bmap-writer/releases/tag/1.0.4 Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+4
-1
@@ -9,11 +9,14 @@ LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"
|
||||
|
||||
SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https;tag=${PV}"
|
||||
SRCREV = "991e2c4264b843f61e502712f497103472a1b6e7"
|
||||
SRCREV = "52919b145d04953a91cf846f3db3d8cee8d989ac"
|
||||
|
||||
DEPENDS = "libtinyxml2 libarchive"
|
||||
inherit cmake pkgconfig
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[libkcapi] = "-DUSE_KERNEL_CRYPTO_API=ON, -DUSE_KERNEL_CRYPTO_API=OFF, libkcapi"
|
||||
|
||||
FILES:${PN} = "${bindir}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user