mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RAUC_VERSION = 1.1
|
||||
RAUC_VERSION = 1.4
|
||||
RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)
|
||||
RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz
|
||||
RAUC_LICENSE = LGPL-2.1
|
||||
RAUC_LICENSE_FILES = COPYING
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2 dbus
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RAUC_NETWORK),y)
|
||||
RAUC_CONF_OPTS += --enable-network
|
||||
@@ -30,13 +30,23 @@ ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
RAUC_DEPENDENCIES += systemd
|
||||
endif
|
||||
|
||||
define RAUC_INSTALL_INIT_SYSTEMD
|
||||
mkdir $(TARGET_DIR)/usr/lib/systemd/system/rauc.service.d
|
||||
printf '[Install]\nWantedBy=multi-user.target\n' \
|
||||
>$(TARGET_DIR)/usr/lib/systemd/system/rauc.service.d/buildroot-enable.conf
|
||||
endef
|
||||
|
||||
HOST_RAUC_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
host-openssl \
|
||||
host-libglib2 \
|
||||
host-squashfs \
|
||||
$(if $(BR2_PACKAGE_HOST_LIBP11),host-libp11)
|
||||
HOST_RAUC_CONF_OPTS += --disable-network --disable-json --disable-service
|
||||
HOST_RAUC_CONF_OPTS += \
|
||||
--disable-network \
|
||||
--disable-json \
|
||||
--disable-service \
|
||||
--without-dbuspolicydir
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user