summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorJordan Crouse <jorcrous@amazon.com>2024-05-08 15:20:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-05-09 09:56:36 +0100
commit9867b9e7a6c5d4944f0ad92372efdff914d4b2b1 (patch)
treebf11a759ca981851da1a065be1a3100eea409ad8 /meta
parent3bf65ca15fbd94e118fefd74be587bd6b0ceaf54 (diff)
downloadpoky-9867b9e7a6c5d4944f0ad92372efdff914d4b2b1.tar.gz
libxcrypt-compat: Rename libcrypto.so.1 -> libcrypt.so.1
The comment in libxcrypt-cmpat incorrectly mentions libcrypto instead of libcrypt which could be misleading to the unsuspecting grep user. (From OE-Core rev: 3400945ac94c37f335b1e500bdd91e6187ed20b1) Signed-off-by: Jordan Crouse <jorcrous@amazon.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb
index d5546ce9ba..30ec6a4674 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.36.bb
@@ -1,5 +1,5 @@
1# 1#
2# This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular 2# This provides libcrypt.so.1 which contains obsolete APIs, needed for uninative in particular
3# 3#
4 4
5require libxcrypt.inc 5require libxcrypt.inc