From 3b94be894e57b79c071330dae731e85d54701881 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sat, 1 May 2021 18:50:37 +0200 Subject: [PATCH] Config.in.legacy: fix BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE Commit fdb6fc2b4a5be747e7695f594cbbb1a941ceb05b forgot to select BR2_LEGACY Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN (cherry picked from commit 0c4c76759b440595c90d189ddfd2aabae844e681) Signed-off-by: Peter Korsgaard --- Config.in.legacy | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.in.legacy b/Config.in.legacy index af0c1ba50c..530c2ba82b 100644 --- a/Config.in.legacy +++ b/Config.in.legacy @@ -148,6 +148,7 @@ comment "Legacy options removed in 2021.02" config BR2_PACKAGE_SCONESERVER_HTTP_SCONESITE_IMAGE bool "sconeserver http::sconesite::image removed" + select BR2_LEGACY help Sconeserver cannot be built with ImageMagick - it uses the "transofrm" function which is removed from public API.