summaryrefslogtreecommitdiffstats
path: root/package/libasplib
Commit message (Collapse)AuthorAgeFilesLines
* package/Makefile.in: set -fno-dwarf2-cfi-asm for m68k_cfFabrice Fontaine2019-01-131-8/+0
| | | | | | | | | | | | | | | | | | | | Another package (libsquish) is affected by the "Internal error in emit_expr_encoded at dw2gencfi.c:215". This error already affects 5 packages and is due to binutils, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79509 No report has been made to binutils yet however as suggested by Yann during review of woff2 workaround (https://patchwork.ozlabs.org/patch/911344/), remove the workarounds from all these packages and put it in package/Makefile.in Fixes: http://autobuild.buildroot.org/results/77e06c092f4e7804dc166e259b25e779e5f1e83a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libasplib: add hash for license fileFabrice Fontaine2018-04-291-0/+1
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* boot, package: use SPDX short identifier for GPLv3/GPLv3+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for GPLv3/GPLv3+ is GPL-3.0/GPL-3.0+. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv3\>/GPL-3.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libasplib: add url to gcc bug reportWaldemar Brodkorb2017-02-141-0/+1
| | | | | | | Add comment to bug report. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libasplib: Fix time.h includeBernd Kuhls2017-01-281-0/+39
| | | | | | | | Fixes http://autobuild.buildroot.net/results/cc0/cc0b928ee24a526b7c82fd3f391e2be024a14578/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libasplib: fix build error on m68kBernd Kuhls2017-01-251-0/+7
| | | | | | | | | | | | | | | Patch written by Waldemar Brodkorb: http://lists.busybox.net/pipermail/buildroot/2016-November/177726.html This patch however did not work: "Unfortunately libasplib cmake infrastructure ignores my CMAKE_CXX_FLAGS." To make this patch work libasplib needed to be bumped because the cmake infrastructure was updated back in August 2016 which fixed the problem: https://github.com/AchimTuran/asplib/commit/6326d1f5e8dad9fd9947b7f4688ddddda91e9e9e Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libasplib: bump versionBernd Kuhls2017-01-252-2/+10
| | | | | | | | | | | | | | | | | | | | libasplib now contains modules, we enable only those for the moment which do not need external dependencies. We are not in a hurry to fully support all features of this package because the upcoming Kodi release 17.x-Krypton will not carry any ADSP add-ons: https://github.com/xbmc/repo-binary-addons/commit/db3b767309df25daae4f01f01dba85ca7b3464b0 -DASPLIB_MODULES_TO_BUILD=some looks hackish because the default is to enable all modules: https://github.com/AchimTuran/asplib/blob/master/CMakeLists.txt#L35 But -DASPLIB_MODULES_TO_BUILD=OFF does not disable the build of all modules as well because of https://github.com/AchimTuran/asplib/blob/master/asplib_modules/CMakeLists.txt#L19 so I added "some" as fake value. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libasplib: bump version and change source locationStanislav Vasic2016-02-294-38/+4
| | | | | Signed-off-by: Stanislav Vlasic <svlasic@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libasplib: new packageBernd Kuhls2015-12-284-0/+60
Needed for upcoming kodi-adsp-biquad-filters package [Thomas: - add dependency on i386 || x86-64 since the <cpuid.h> header is needed - add hash file.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud