[oe-commits] [openembedded-core] 01/03: libxcrypt: Switch to disable obsolete APIs

git at git.openembedded.org git at git.openembedded.org
Wed Jun 19 14:08:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 641529503a4bce628327855dc4769b0e57a9cb1d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Jun 19 14:49:36 2019 +0100

    libxcrypt: Switch to disable obsolete APIs
    
    Since we have a fair amount of control of what we build in OE we can disable the obsolete
    APIs which is what most distros are doing at this point.
    
    This causes the library version to bump from 1 to 2.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb
index 637c0e6..893f5e7 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb
@@ -29,4 +29,7 @@ BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"
 TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes"
 CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes"
 
+API = "--disable-obsolete-api"
+EXTRA_OECONF += "${API}"
+
 BBCLASSEXTEND = "nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list