summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/boinc
Commit message (Collapse)AuthorAgeFilesLines
* boinc-client: fix hostname reproducibilityYoann Congal2025-06-301-1/+4
| | | | | | | | The generated svn_version.h contains the hostname which makes it non-reproducible. Fix this by removing the hostname from the file. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Fix contains reference to TMPDIR [buildpaths] warningalperak2024-06-281-0/+4
| | | | | | | WARNING: boinc-client-7.20.5-r0 do_package_qa: QA Issue: File /usr/include/boinc/svn_version.h in package boinc-client-dev contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Update boinc from 7.20.4 to 7.20.5Gianfranco Costamagna2023-01-191-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Fix build when using 64bit time_tKhem Raj2022-12-312-0/+60
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Update boinc from 7.18.1 to 7.20.4Gianfranco Costamagna2022-11-233-77/+3
| | | | | | | | Drop patches now upstream, or deprecated due to gtk3 switch Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Make script install not depend on host install pathsKhem Raj2022-04-272-10/+60
| | | | | | | | The install target is checking for install paths on build host assuming thats where it will run too, which breaks cross builds. Add a patch to aide the install from recipe. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Do not overwrite same file when using usrmergeKhem Raj2022-04-251-1/+2
| | | | | | in case usrmerge is enabled, unit file is already in expected location Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Depend on virtual/egl instead of virtual/libglKhem Raj2022-03-091-1/+1
| | | | | | | | virtual/libgl points to GL implementation but some implementations of graphics drivers may only provide GLES and this makes the package build on such architectures Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Update to 7.18.1Gianfranco Costamagna2022-01-274-25/+44
| | | | | | | | | | | | * update to 7.18.1 and unblacklist * Add openssl 3.0 build fix provided by upstream * fix the sed command to work with the correct new libtool named file * refresh patches * drop patch part that is added in one patch and removed in the following one Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: blacklist due to openssl 3.x incompatibilityAlexander Kanavin2021-10-141-0/+1
| | | | | Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-5/+5
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* boinc-client: Fix build with autotools 2.70+Khem Raj2021-02-081-1/+2
| | | | | | | | On arches which are not same as build host it finds ac_cv_c_undeclared_builtin_options = cannot detect and errors out. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Upgrade to 7.16.16 releaseKhem Raj2021-02-042-31/+2
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: update recipe to version 7.16.5Gianfranco Costamagna2020-02-271-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: minor cosmetic changes on bb recipe,Gianfranco Costamagna2020-01-251-3/+4
| | | | | | | | such as unifying tabs VS spaces and adding cosmetic newlines Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: update recipe to version 7.16.4Gianfranco Costamagna2020-01-251-1/+1
| | | | | | Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Use nonarch_libdir for systemd_unitsKhem Raj2019-12-201-4/+7
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: update recipe to version 7.16.3Gianfranco Costamagna2019-12-114-20/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-211-1/+1
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: Upgrade to 7.12Khem Raj2018-09-082-106/+16
| | | | | | | | | | * Fixes build wth OpenSSL 1.1.x * Drop cross compile patch, not needed anymore * Package systemd support * Drop no-pie flags, works ok with PIE now * autotools-brokensep is no longer needed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc: refresh patchesArmin Kuster2018-05-261-5/+7
| | | | | | | used quilt refresh patch Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* boinc-client: Add distro flag, requires openglMark Hatle2017-09-131-1/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* boinc: Add recipe for boinc-clientKhem Raj2016-11-235-0/+247
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>