update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,25 @@
################################################################################
#
# upower
#
################################################################################
UPOWER_VERSION = 0.99.4
UPOWER_SOURCE = upower-$(UPOWER_VERSION).tar.xz
UPOWER_SITE = https://upower.freedesktop.org/releases
UPOWER_LICENSE = GPLv2+
UPOWER_LICENSE_FILES = COPYING
# libupower-glib.so
UPOWER_INSTALL_STAGING = YES
UPOWER_DEPENDENCIES = \
host-intltool \
host-pkgconf \
libgudev \
libusb \
udev
UPOWER_CONF_OPTS = --disable-man-pages --disable-tests
$(eval $(autotools-package))