blob: ec9f9f4fa34eb5c761032c244b44bb8b2d839196 [file] [log] [blame]
#
# 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}
}