From c6accbb81abefa387f3e0e4b1a4d9cb081888921 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 30 Aug 2018 23:13:33 +0100 Subject: no-static-libs: disable static libraries in libjpeg-turbo Previously this was done with the generic autotools support, but CMake doesn't have a standard option so set it explicitly. (From OE-Core rev: 47bd456c1be169fc86788edf0173847b9b0d255b) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/distro/include/no-static-libs.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index 7fd578b3ce..cdc53916d0 100644 --- a/meta/conf/distro/include/no-static-libs.inc +++ b/meta/conf/distro/include/no-static-libs.inc @@ -36,6 +36,7 @@ DISABLE_STATIC_pn-libusb1-native = "" EXTRA_OECONF_append = "${DISABLE_STATIC}" EXTRA_OECMAKE_append_pn-libical = " -DSHARED_ONLY=True" +EXTRA_OECMAKE_append_pn-libjpeg-turbo = " -DENABLE_STATIC=False" EXCONFIG_ARGS_append_pn-ncurses = " --without-normal" EXCONFIG_ARGS_append_pn-ncurses-native = " --without-normal" -- cgit v1.2.3-54-g00ecf