From: Peter Korsgaard Date: Thu, 9 Mar 2017 21:52:47 +0000 (+0100) Subject: Config.in.legacy: add missing help keyword X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5354a75eb12009162dad0bc3fe5dc9d20fe8183b;p=buildroot.git Config.in.legacy: add missing help keyword Commit ac1910713ce (efl: remove broken JP2K loader) added a legacy entry for BR2_PACKAGE_EFL_JP2K, but forgot to add the 'help' keyword before the help text, leading to confusing error messages from kconfig: Config.in.legacy:482: syntax error Config.in.legacy:481: unknown option "JP2K" Config.in.legacy:482: unknown option "while" Config.in.legacy:483: unknown option "JP2K" Signed-off-by: Peter Korsgaard --- diff --git a/Config.in.legacy b/Config.in.legacy index 67f6e4e3a0..be4c9532de 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -478,6 +478,7 @@ comment "Legacy options removed in 2016.08" config BR2_PACKAGE_EFL_JP2K bool "libevas jp2k loader has been removed" select BR2_LEGACY + help JP2K support in EFL requires openjpeg 1.x (libopenjpeg1.pc) while Buildroot only packages openjpeg 2.x. Therefore, the JP2K loader has been removed from EFL.