summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.bb')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.bb
new file mode 100644
index 0000000000..ebc4648a18
--- /dev/null
+++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.6.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_${PV}.bb
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