Browse Source

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>
Yi Zhao 3 years ago
parent
commit
3c24232169
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb

+ 1 - 1
meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb

@@ -7,7 +7,7 @@ SECTION = "console/network"
 LICENSE = "Apache-2.0"
 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"
 
 SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a"