summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb
blob: ba74eb1f94d19761967c33b90a30963327300369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular
#

require libxcrypt.inc

PROVIDES = ""
AUTO_LIBNAME_PKGS = ""
EXCLUDE_FROM_WORLD = "1"

API = "--enable-obsolete-api"

do_install_append () {
	rm -rf ${D}${includedir}
	rm -rf ${D}${libdir}/pkgconfig
	rm -rf ${D}${datadir}
}