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,17 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BOINC_VERSION_MAJOR = 7.14
|
||||
BOINC_VERSION = $(BOINC_VERSION_MAJOR).2
|
||||
# client_release can be used to build the Client and Manager but not the Server
|
||||
# part. The Server currently has no versioning (see
|
||||
# https://github.com/BOINC/boinc/pull/1798).
|
||||
BOINC_VERSION_MAJOR = 7.16
|
||||
BOINC_VERSION = $(BOINC_VERSION_MAJOR).6
|
||||
BOINC_SITE = \
|
||||
$(call github,BOINC,boinc,client_release/$(BOINC_VERSION_MAJOR)/$(BOINC_VERSION))
|
||||
BOINC_LICENSE = LGPL-3.0+
|
||||
BOINC_LICENSE_FILES = COPYING COPYING.LESSER
|
||||
BOINC_DEPENDENCIES = host-pkgconf libcurl openssl
|
||||
BOINC_AUTORECONF = YES
|
||||
BOINC_CONF_ENV = ac_cv_path__libcurl_config=$(STAGING_DIR)/usr/bin/curl-config
|
||||
BOINC_CONF_OPTS = \
|
||||
--disable-apps \
|
||||
--disable-boinczip \
|
||||
@@ -53,10 +51,4 @@ define BOINC_INSTALL_INIT_SYSV
|
||||
$(TARGET_DIR)/etc/init.d/S99boinc-client
|
||||
endef
|
||||
|
||||
define BOINC_INSTALL_INIT_SYSTEMD
|
||||
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
|
||||
ln -sf ../../../../usr/lib/systemd/system/boinc-client.service \
|
||||
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/boinc-client.service
|
||||
endef
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user