53dd41dded
When compiling with a toolchain targetted at ucLinux, libserialport's configure.ac would fail at detecting the target operating system. As a result, the Linux-specific files were not compiled in that particular case. While this commit does not fix any autobuider failure for this package, it fixes autobuilder failures for other packages, for instance: http://autobuild.buildroot.net/results/69e/69e43bc171e554cf10f2ad526cebf5e0e524538a/ Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
491 B
Makefile
16 lines
491 B
Makefile
################################################################################
|
|
#
|
|
# libserialport
|
|
#
|
|
################################################################################
|
|
|
|
LIBSERIALPORT_VERSION = 0.1.1
|
|
LIBSERIALPORT_SITE = http://sigrok.org/download/source/libserialport
|
|
LIBSERIALPORT_LICENSE = LGPLv3+
|
|
LIBSERIALPORT_LICENSE_FILES = COPYING
|
|
LIBSERIALPORT_INSTALL_STAGING = YES
|
|
LIBSERIALPORT_DEPENDENCIES = host-pkgconf
|
|
LIBSERIALPORT_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|