39c08b2aa1
Both the target and host variants of this package will be needed by qt6base. Our reading of double-conversion/utils.h in the code base seems to show that all architectures currently supported in Buildroot (to the exception of csky, which we intend to remove, and is anyway not usable/testable today) are supported by double-conversion. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
495 B
Makefile
15 lines
495 B
Makefile
################################################################################
|
|
#
|
|
# double-conversion
|
|
#
|
|
################################################################################
|
|
|
|
DOUBLE_CONVERSION_VERSION = 3.2.0
|
|
DOUBLE_CONVERSION_SITE = $(call github,google,double-conversion,v$(DOUBLE_CONVERSION_VERSION))
|
|
DOUBLE_CONVERSION_LICENSE = BSD-3-Clause
|
|
DOUBLE_CONVERSION_LICENSE_FILES = COPYING
|
|
DOUBLE_CONVERSION_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|
|
$(eval $(host-cmake-package))
|