blob: ebc4648a18e0674ae8885bb9d6634baddd130f71 [file] [log] [blame]
#
# This provides libcrypto.so.1 which contains obsolete APIs, needed for uninative in particular
#
require libxcrypt_${PV}.bb
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}
}