85ffab5749
Note that the Python binding is disabled; we can't build this in Buildroot without the sipconfig Python module for the host. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
353 B
Makefile
14 lines
353 B
Makefile
#############################################################
|
|
#
|
|
# libserial
|
|
#
|
|
#############################################################
|
|
|
|
LIBSERIAL_VERSION = 0.6.0rc1
|
|
LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial
|
|
LIBSERIAL_INSTALL_STAGING = YES
|
|
LIBSERIAL_LICENSE = GPLv2+
|
|
LIBSERIAL_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|