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:
@@ -1,4 +1,4 @@
|
||||
# Locally computed:
|
||||
sha256 970aedb9e25afa20be67f125ab05435df8eb2e66a3ac30ad316c54085e397c88 boinc-7.14.2.tar.gz
|
||||
sha256 caa567da8d3eb50859efe2eeba1c23c7b27d3b0f15b548136e75302713b25303 boinc-7.16.6.tar.gz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c COPYING.LESSER
|
||||
|
||||
@@ -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