mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 23:06:07 +00:00
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>
This commit is contained in:
parent
1d60af733c
commit
9ca072d707
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user