blob: ec9f9f4fa34eb5c761032c244b44bb8b2d839196 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001#
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
Patrick Williams213cb262021-08-07 19:21:33 -050013do_install:append () {
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 rm -rf ${D}${includedir}
15 rm -rf ${D}${libdir}/pkgconfig
16 rm -rf ${D}${datadir}
17}
18