summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.25.bb
blob: ec9f9f4fa34eb5c761032c244b44bb8b2d839196 (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}
}