From a353882899da414b109acbb3b7882239265fe248 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 2 Mar 2021 12:11:53 +0800 Subject: libxcrypt-compat: upgrade 4.4.17 -> 4.4.18 When the libxcrypt version is updated, libxcrypt-compat is omitted. Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie --- meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.17.bb | 18 ------------------ meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.17.bb create mode 100644 meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.17.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.17.bb deleted file mode 100644 index ba74eb1f94..0000000000 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.17.bb +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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} -} - diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.bb new file mode 100644 index 0000000000..ba74eb1f94 --- /dev/null +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.18.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