xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.33.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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
19