mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
bdwgc: bump to version 7.4.2
The code in gcconfig.h indicates that the list of supported architectures is now a superset of BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS so we can drop BR2_PACKAGE_BDWGC_ARCH_SUPPORTS. Also, add a hash file. Cc: Pedro Aguilar <paguilar@paguilar.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b527e3b449
commit
6a3dd2170f
@ -1,13 +1,5 @@
|
|||||||
config BR2_PACKAGE_BDWGC_ARCH_SUPPORTS
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
depends on BR2_arm || BR2_armeb || BR2_i386 \
|
|
||||||
|| BR2_mips || BR2_mipsel || BR2_powerpc || BR2_sh \
|
|
||||||
|| BR2_sparc || BR2_x86_64
|
|
||||||
|
|
||||||
config BR2_PACKAGE_BDWGC
|
config BR2_PACKAGE_BDWGC
|
||||||
bool "bdwgc"
|
bool "bdwgc"
|
||||||
depends on BR2_PACKAGE_BDWGC_ARCH_SUPPORTS
|
|
||||||
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
|
||||||
select BR2_PACKAGE_LIBATOMIC_OPS
|
select BR2_PACKAGE_LIBATOMIC_OPS
|
||||||
help
|
help
|
||||||
|
2
package/bdwgc/bdwgc.hash
Normal file
2
package/bdwgc/bdwgc.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2 gc-7.4.2.tar.gz
|
@ -4,9 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
# When bumping the version number, check if the list of supported architectures
|
BDWGC_VERSION = 7.4.2
|
||||||
# is still valid; see Config.log.
|
|
||||||
BDWGC_VERSION = 7.2f
|
|
||||||
BDWGC_SOURCE = gc-$(BDWGC_VERSION).tar.gz
|
BDWGC_SOURCE = gc-$(BDWGC_VERSION).tar.gz
|
||||||
BDWGC_SITE = http://www.hboehm.info/gc/gc_source
|
BDWGC_SITE = http://www.hboehm.info/gc/gc_source
|
||||||
BDWGC_INSTALL_STAGING = YES
|
BDWGC_INSTALL_STAGING = YES
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_GUILE
|
config BR2_PACKAGE_GUILE
|
||||||
bool "guile"
|
bool "guile"
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_PACKAGE_BDWGC_ARCH_SUPPORTS # bdwgc
|
|
||||||
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
|
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS # bdwgc
|
||||||
depends on BR2_USE_WCHAR # libunistring
|
depends on BR2_USE_WCHAR # libunistring
|
||||||
select BR2_PACKAGE_LIBUNISTRING
|
select BR2_PACKAGE_LIBUNISTRING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user