Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
config BR2_PACKAGE_USHARE
|
||||
bool "ushare"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp
|
||||
select BR2_PACKAGE_LIBUPNP
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
# ushare has a completely custom configure script that does
|
||||
# broken things with library ordering, which breaks static
|
||||
# linking.
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_LIBUPNP
|
||||
help
|
||||
uShare is a UPnP (TM) A/V & DLNA Media Server.
|
||||
It implements the server component that provides UPnP media devices
|
||||
with information on available multimedia files.
|
||||
It implements the server component that provides UPnP media
|
||||
devices with information on available multimedia files.
|
||||
|
||||
http://ushare.geexbox.org/
|
||||
|
||||
|
||||
@@ -7,21 +7,27 @@
|
||||
USHARE_VERSION = 1.1a
|
||||
USHARE_SOURCE = ushare-$(USHARE_VERSION).tar.bz2
|
||||
USHARE_SITE = http://ushare.geexbox.org/releases
|
||||
USHARE_DEPENDENCIES = host-pkgconf libupnp
|
||||
USHARE_LICENSE = GPLv2+
|
||||
USHARE_DEPENDENCIES = host-pkgconf libupnp $(TARGET_NLS_DEPENDENCIES)
|
||||
USHARE_LICENSE = GPL-2.0+
|
||||
USHARE_LICENSE_FILES = COPYING
|
||||
USHARE_LDFLAGS = $(TARGET_NLS_LIBS)
|
||||
|
||||
ifeq ($(BR2_NEEDS_GETTEXT_IF_LOCALE),y)
|
||||
USHARE_DEPENDENCIES += gettext
|
||||
USHARE_LDFLAGS += -lintl
|
||||
USHARE_CONF_OPTS = \
|
||||
--prefix=/usr \
|
||||
--cross-compile \
|
||||
--cross-prefix="$(TARGET_CROSS)" \
|
||||
--sysconfdir=/etc \
|
||||
--disable-strip
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
|
||||
USHARE_CONF_OPTS += --disable-nls
|
||||
endif
|
||||
|
||||
define USHARE_CONFIGURE_CMDS
|
||||
(cd $(@D); \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
./configure --prefix=/usr $(DISABLE_NLS) --cross-compile \
|
||||
--cross-prefix="$(TARGET_CROSS)" --sysconfdir=/etc \
|
||||
--disable-strip \
|
||||
./configure \
|
||||
$(USHARE_CONF_OPTS) \
|
||||
)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user