mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
minifi-cpp: depend on nettle and lz4
Add nettle and lz4 to DEPENDS to make the minifi extension archive support crypto and lz4. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ SECTION = "console/network"
|
|||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9534eb5f4ab800b573a37bffc62f3a7"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9534eb5f4ab800b573a37bffc62f3a7"
|
||||||
|
|
||||||
DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2"
|
DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2 nettle lz4"
|
||||||
RDEPENDS_${PN} = "python3-core"
|
RDEPENDS_${PN} = "python3-core"
|
||||||
|
|
||||||
SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a"
|
SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a"
|
||||||
|
|||||||
Reference in New Issue
Block a user