update buildroot to 2017.02.11
This commit is contained in:
25
bsp/buildroot-2017.02.11/package/upower/upower.mk
Normal file
25
bsp/buildroot-2017.02.11/package/upower/upower.mk
Normal 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))
|
||||
Reference in New Issue
Block a user