Drop the patch, that has been upstreamed as b2359c5c994c (libserialport: Fix Linux files not compiled in with a toolchain for ucLinux). Accordingly, drop the now superfluous autoreconf. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
462 B
Makefile
15 lines
462 B
Makefile
################################################################################
|
|
#
|
|
# libserialport
|
|
#
|
|
################################################################################
|
|
|
|
LIBSERIALPORT_VERSION = 0.1.2
|
|
LIBSERIALPORT_SITE = http://sigrok.org/download/source/libserialport
|
|
LIBSERIALPORT_LICENSE = LGPL-3.0+
|
|
LIBSERIALPORT_LICENSE_FILES = COPYING
|
|
LIBSERIALPORT_INSTALL_STAGING = YES
|
|
LIBSERIALPORT_DEPENDENCIES = host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|