From f32e64bec304ce91454a2ca59110e309daedf5dc Mon Sep 17 00:00:00 2001 From: Arnout Vandecappelle Date: Sun, 14 Jul 2024 19:16:13 +0200 Subject: [PATCH] package/chicken: fix references to libchicken While applying, the package was renamed from libchicken to chicken, but two references remained: in DEVELOPERS, and in the Config.in help text. Fix both. While we're at it, extend the help text by copying the first sentence of the website. Signed-off-by: Arnout Vandecappelle --- DEVELOPERS | 2 +- package/chicken/Config.in | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEVELOPERS b/DEVELOPERS index e3804db1cd..ba40388982 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -3282,7 +3282,7 @@ N: Wojciech NiziƄski F: package/fwup/ N: Woodrow Douglass -F: package/libchicken +F: package/chicken F: package/opencv4 F: package/opencv4-contrib diff --git a/package/chicken/Config.in b/package/chicken/Config.in index dce0581951..84e4ca1f3c 100644 --- a/package/chicken/Config.in +++ b/package/chicken/Config.in @@ -2,6 +2,8 @@ config BR2_PACKAGE_CHICKEN bool "chicken" depends on BR2_USE_MMU help - libchicken is the runtime library for chicken scheme. + CHICKEN is a compiler for the Scheme programming language. + This package contains the runtime, the interpreter, and + the (native for target) compiler. https://call-cc.org