mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
no-static-libs: Add entry for ncurses
Yes, the option to disable static libraries in boost really is "--without-normal". Add this for ncurses and its variants. (From OE-Core rev: 6b386e444e494b852b59a9f9e80426d564382139) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -33,3 +33,7 @@ DISABLE_STATIC_pn-libusb1-native = ""
|
||||
EXTRA_OECONF_append = "${DISABLE_STATIC}"
|
||||
|
||||
EXTRA_OECMAKE_append_pn-libical = " -DSHARED_ONLY=True"
|
||||
|
||||
EXCONFIG_ARGS_append_pn-ncurses = " --without-normal"
|
||||
EXCONFIG_ARGS_append_pn-ncurses-native = " --without-normal"
|
||||
EXCONFIG_ARGS_append_pn-nativesdk-ncurses = " --without-normal"
|
||||
|
||||
Reference in New Issue
Block a user