mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Update patch 2 and drop patch 3 and 4 because integrated in the new version. Release notes: https://mail.gnu.org/archive/html/info-gnu/2025-01/msg00000.html https://lists.gnu.org/archive/html/info-gnu/2025-01/msg00002.html https://lists.gnu.org/archive/html/info-gnu/2025-05/msg00006.html Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
20 lines
502 B
Makefile
20 lines
502 B
Makefile
################################################################################
|
|
#
|
|
# bc
|
|
#
|
|
################################################################################
|
|
|
|
BC_VERSION = 1.08.2
|
|
BC_SITE = $(BR2_GNU_MIRROR)/bc
|
|
BC_DEPENDENCIES = host-flex
|
|
BC_LICENSE = GPL-2.0+, LGPL-2.1+
|
|
BC_LICENSE_FILES = COPYING COPYING.LIB
|
|
BC_CPE_ID_VENDOR = gnu
|
|
BC_CONF_ENV = MAKEINFO=true
|
|
|
|
# 0001-bc-use-MAKEINFO-variable-for-docs.patch
|
|
# is patching doc/Makefile.am
|
|
BC_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|