summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-crypto
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-25 00:04:38 -0700
committerKhem Raj <raj.khem@gmail.com>2021-03-26 10:34:21 -0700
commit6e99122ed81b7dcb8bffd82f0fefaed3898de8b0 (patch)
tree1e3d02b5f05d3304ed4930aa70cdfea8851badb3 /meta-oe/recipes-crypto
parent301a0a2cd930f292a31bdb58b5e66882eff8a3e4 (diff)
downloadmeta-openembedded-6e99122ed81b7dcb8bffd82f0fefaed3898de8b0.tar.gz
cryptsetup: DEPEND on renamed util-linux-libuuid
OE-core recipe is called util-linux-libuuid now Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Luca Boccassi <luca.boccassi@microsoft.com>
Diffstat (limited to 'meta-oe/recipes-crypto')
-rw-r--r--meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
index 5faaada4b7..0da9a26e83 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
13 json-c \ 13 json-c \
14 libdevmapper \ 14 libdevmapper \
15 popt \ 15 popt \
16 util-linux-uuid \ 16 util-linux-libuuid \
17" 17"
18 18
19RDEPENDS_${PN} = " \ 19RDEPENDS_${PN} = " \