2016-07-01 18:32:22 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# libuio
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2021-10-16 15:00:29 +02:00
|
|
|
LIBUIO_VERSION = 6ef3d8d096a641686bfdd112035aa04aa16fe81a
|
2016-07-01 18:32:22 +02:00
|
|
|
LIBUIO_SITE = $(call github,Linutronix,libuio,$(LIBUIO_VERSION))
|
2017-03-30 15:43:34 +02:00
|
|
|
LIBUIO_LICENSE = LGPL-2.1 (library), GPL-2.0 (programs)
|
2016-07-01 18:32:22 +02:00
|
|
|
LIBUIO_LICENSE_FILES = COPYING
|
2016-07-02 11:00:07 +02:00
|
|
|
LIBUIO_CONF_OPTS = --with-glib=no --without-werror
|
2019-12-10 23:10:22 +01:00
|
|
|
LIBUIO_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) host-pkgconf
|
2017-07-03 22:53:04 +02:00
|
|
|
LIBUIO_LIBS = $(TARGET_NLS_LIBS)
|
2016-07-01 18:32:22 +02:00
|
|
|
LIBUIO_INSTALL_STAGING = YES
|
|
|
|
|
|
|
|
# Fetched from github, no pre-generated configure script provided
|
2023-02-21 18:21:59 +01:00
|
|
|
LIBUIO_AUTOPOINT = YES
|
2016-07-01 18:32:22 +02:00
|
|
|
LIBUIO_AUTORECONF = YES
|
|
|
|
|
|
|
|
# Avoid build issue when makeinfo is missing
|
|
|
|
LIBUIO_CONF_ENV += MAKEINFO=true
|
|
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
|
|
|
LIBUIO_DEPENDENCIES += argp-standalone
|
2016-07-02 11:00:06 +02:00
|
|
|
LIBUIO_LIBS += -largp
|
2016-07-01 18:32:22 +02:00
|
|
|
endif
|
|
|
|
|
2016-07-02 11:00:06 +02:00
|
|
|
LIBUIO_CONF_ENV += LIBS="$(LIBUIO_LIBS)"
|
|
|
|
|
2016-07-01 18:32:22 +02:00
|
|
|
$(eval $(autotools-package))
|