summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-30 10:35:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-30 16:42:25 +0100
commit19c365d040eb50a52fc7211a2d0aa223c4a6e0f8 (patch)
treee87f1516d281b5797c84ccb6554c0919630f87fe /meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb
parentc21419b1fee3098298a77efdcca322fa665dea54 (diff)
downloadpoky-19c365d040eb50a52fc7211a2d0aa223c4a6e0f8.tar.gz
libxcrypt: Update to 4.4.19 release and fix symbol version issues
This patch upgrades to the 4.4.19 release and replaces a configure patch from "libxcrypt: fix sporadic failures in nativesdk-libxcrypt-compat" with a fix to avoid leading spaces in CFLAGS causing failures. The license changed a few filenames listed in the license but the overall license remains unchanged. (From OE-Core rev: 7a2144f065c913ef189011b94d90de4dde51a347) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb
deleted file mode 100644
index ba74eb1f94..0000000000
--- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1#
2# This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular
3#
4
5require libxcrypt.inc
6
7PROVIDES = ""
8AUTO_LIBNAME_PKGS = ""
9EXCLUDE_FROM_WORLD = "1"
10
11API = "--enable-obsolete-api"
12
13do_install_append () {
14 rm -rf ${D}${includedir}
15 rm -rf ${D}${libdir}/pkgconfig
16 rm -rf ${D}${datadir}
17}
18