79c23dc89a
- Remove patch (already in version)
- Add hash for license file
- Drop host-intltool dependency for $(TARGET_NLS_DEPENDENCIES), see
d15e95f785
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
26 lines
595 B
Makefile
26 lines
595 B
Makefile
################################################################################
|
|
#
|
|
# upower
|
|
#
|
|
################################################################################
|
|
|
|
UPOWER_VERSION = 0.99.11
|
|
UPOWER_SOURCE = upower-$(UPOWER_VERSION).tar.xz
|
|
UPOWER_SITE = https://upower.freedesktop.org/releases
|
|
UPOWER_LICENSE = GPL-2.0+
|
|
UPOWER_LICENSE_FILES = COPYING
|
|
|
|
# libupower-glib.so
|
|
UPOWER_INSTALL_STAGING = YES
|
|
|
|
UPOWER_DEPENDENCIES = \
|
|
$(TARGET_NLS_DEPENDENCIES) \
|
|
host-pkgconf \
|
|
libgudev \
|
|
libusb \
|
|
udev
|
|
|
|
UPOWER_CONF_OPTS = --disable-man-pages --disable-tests
|
|
|
|
$(eval $(autotools-package))
|