summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-19 14:49:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-20 13:14:21 +0100
commit9ca072d7075b262defa6feed5c37f5f7470d37b6 (patch)
treec02601ed6ce9a281a3a80db75a97fe0ade7cf432 /meta
parent1d60af733cc28018ce95789191986e3ce6c3b86d (diff)
downloadpoky-9ca072d7075b262defa6feed5c37f5f7470d37b6.tar.gz
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. (From OE-Core rev: 641529503a4bce628327855dc4769b0e57a9cb1d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.6.bb
index 637c0e6ffb..893f5e7379 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}"
29TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes" 29TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error=missing-attributes"
30CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes" 30CPPFLAGS_append_class-nativesdk = " -Wno-error=missing-attributes"
31 31
32API = "--disable-obsolete-api"
33EXTRA_OECONF += "${API}"
34
32BBCLASSEXTEND = "nativesdk" 35BBCLASSEXTEND = "nativesdk"