update buildroot to 2017.02.11
This commit is contained in:
17
bsp/buildroot-2017.02.11/package/gupnp-av/Config.in
Normal file
17
bsp/buildroot-2017.02.11/package/gupnp-av/Config.in
Normal file
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_GUPNP_AV
|
||||
bool "gupnp-av"
|
||||
depends on BR2_USE_WCHAR # glib2, gupnp
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gupnp
|
||||
depends on BR2_USE_MMU # glib2, gupnp
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_GUPNP
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
help
|
||||
GUPnP-AV is a collection of helpers for building AV (audio/video)
|
||||
applications using GUPnP.
|
||||
|
||||
http://www.gupnp.org/
|
||||
|
||||
comment "gupnp-av needs a toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
bsp/buildroot-2017.02.11/package/gupnp-av/gupnp-av.hash
Normal file
2
bsp/buildroot-2017.02.11/package/gupnp-av/gupnp-av.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.12/gupnp-av-0.12.10.sha256sum:
|
||||
sha256 8038ef84dddbe7ad91c205bf91dddf684f072df8623f39b6555a6bb72837b85a gupnp-av-0.12.10.tar.xz
|
||||
16
bsp/buildroot-2017.02.11/package/gupnp-av/gupnp-av.mk
Normal file
16
bsp/buildroot-2017.02.11/package/gupnp-av/gupnp-av.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# gupnp-av
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GUPNP_AV_VERSION_MAJOR = 0.12
|
||||
GUPNP_AV_VERSION = $(GUPNP_AV_VERSION_MAJOR).10
|
||||
GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.xz
|
||||
GUPNP_AV_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp-av/$(GUPNP_AV_VERSION_MAJOR)
|
||||
GUPNP_AV_LICENSE = LGPLv2+
|
||||
GUPNP_AV_LICENSE_FILES = COPYING
|
||||
GUPNP_AV_INSTALL_STAGING = YES
|
||||
GUPNP_AV_DEPENDENCIES = host-pkgconf libglib2 libxml2 gupnp
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user