summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-03-19 00:41:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-21 22:38:19 +0000
commit67625db10cc8aab371d19994c550ea33b36e81f5 (patch)
treea4b9865f3abbc36852412f992182183316247cd9 /meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb
parentd8b928f60e1274edc3d97f14ebe60e81aa0057f1 (diff)
downloadopenembedded-core-contrib-67625db10cc8aab371d19994c550ea33b36e81f5.tar.gz
libxcrypt: upgrade 4.4.14 -> 4.4.15
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb
new file mode 100644
index 0000000000..ba74eb1f94
--- /dev/null
+++ b/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}
+}
+