diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-11-09 16:03:44 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-11-09 13:41:03 -0800 |
commit | 3c2423216943d082a9db4f7374a4b093429c5311 (patch) | |
tree | 4f13b6524dd05e45f4b31c1d0c94771659da8a92 /meta-oe | |
parent | 5b949a4c13e9863d23441252d1e4cf19ac72c2b9 (diff) | |
download | meta-openembedded-3c2423216943d082a9db4f7374a4b093429c5311.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb index 3815220cb..2b884e3a1 100644 --- a/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb +++ b/meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb | |||
@@ -7,7 +7,7 @@ SECTION = "console/network" | |||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9534eb5f4ab800b573a37bffc62f3a7" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9534eb5f4ab800b573a37bffc62f3a7" |
9 | 9 | ||
10 | DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2" | 10 | DEPENDS = "virtual/crypt expat flex python3 bison-native libxml2 nettle lz4" |
11 | RDEPENDS_${PN} = "python3-core" | 11 | RDEPENDS_${PN} = "python3-core" |
12 | 12 | ||
13 | SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a" | 13 | SRCREV = "aa42957a2e227df41510047cece3cd606dc1cb6a" |