84a78f4f0b
Also: * Update patch #1 * Remove patch #2, fixed upstream * add new dependency to boost * use hashes from sourceforge [Thomas: - add locally calculated sha256 hash - show the Config.in comment about toolchain dependencies only when BR2_PACKAGE_BOOST_ARCH_SUPPORTS is set.] Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
470 B
Makefile
17 lines
470 B
Makefile
################################################################################
|
|
#
|
|
# libserial
|
|
#
|
|
################################################################################
|
|
|
|
LIBSERIAL_VERSION = 0.6.0rc2
|
|
LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial
|
|
LIBSERIAL_INSTALL_STAGING = YES
|
|
LIBSERIAL_LICENSE = GPLv2+
|
|
LIBSERIAL_LICENSE_FILES = COPYING
|
|
LIBSERIAL_DEPENDENCIES = boost
|
|
|
|
LIBSERIAL_CONF_ENV = ac_cv_prog_DOCBOOK2PDF=no
|
|
|
|
$(eval $(autotools-package))
|