From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 external/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb (limited to 'external/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb') diff --git a/external/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb b/external/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb new file mode 100644 index 00000000..ba74eb1f --- /dev/null +++ b/external/poky/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb @@ -0,0 +1,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} +} + -- cgit 1.2.3-korg