summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-18 20:15:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-19 22:57:27 +0100
commit4bc9eead8fb929f6d1d51c2301acce412ddf84b8 (patch)
tree364d1852e16961c5fb8abd8fc3094da0ad9849f8 /meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb
parent4a02e8cdb1ab2dfc754619481492ae7835d1053f (diff)
downloadpoky-4bc9eead8fb929f6d1d51c2301acce412ddf84b8.tar.gz
libxcrypt: Upgrade to 4.4.16
(From OE-Core rev: 57002157d73efb9017de2f7c176e18378060ceb1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb
new file mode 100644
index 0000000000..ba74eb1f94
--- /dev/null
+++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb
@@ -0,0 +1,18 @@
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