daa10662c0
Branch 1.8.x of libupnp is not compatible with branch 1.6.x so add a dedicated package and make it depends on !BR2_PACKAGE_LIBUPNP as suggested by Thomas Petazzoni and Arnout Vandecappelle during review of "libupnp: add 1.8.3 version" patch. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: fix the dependencies of the Config.in comment.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
538 B
Makefile
16 lines
538 B
Makefile
################################################################################
|
|
#
|
|
# libupnp18
|
|
#
|
|
################################################################################
|
|
|
|
LIBUPNP18_VERSION = 1.8.3
|
|
LIBUPNP18_SOURCE = libupnp-$(LIBUPNP18_VERSION).tar.bz2
|
|
LIBUPNP18_SITE = http://downloads.sourceforge.net/project/pupnp/pupnp/libUPnP%20$(LIBUPNP18_VERSION)
|
|
LIBUPNP18_CONF_ENV = ac_cv_lib_compat_ftime=no
|
|
LIBUPNP18_INSTALL_STAGING = YES
|
|
LIBUPNP18_LICENSE = BSD-3-Clause
|
|
LIBUPNP18_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(autotools-package))
|