mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
chicken-scheme: fix EXTRA_DEPENDS
EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.
Fixes: 6a559a9 ("chicken-scheme: version 5.2.0; include compiler")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Josef Schlehofer
parent
ad82c17f71
commit
970416925c
@@ -93,7 +93,7 @@ define Package/chicken-scheme-full
|
||||
$(call Package/chicken-scheme/Default)
|
||||
TITLE+=full package
|
||||
# csc depends on gcc; chicken-install uses the 'install' command from coreutils
|
||||
EXTRA_DEPENDS:= gcc, coreutils-install
|
||||
DEPENDS:=gcc coreutils-install
|
||||
endef
|
||||
|
||||
define Package/chicken-scheme-full/description
|
||||
|
||||
Reference in New Issue
Block a user