16 Commits

Author SHA1 Message Date
Rudi Heitbaum
f7d07553d3 lz4: drop PKG_TOOLCHAIN hardcoding - already defaults to cmake 2022-08-28 04:38:36 +00:00
Rudi Heitbaum
9cb4a69631 lz4: update to 1.9.4 2022-08-16 09:10:32 +00:00
Ian Leonard
34142fb3ea compress: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:43 +00:00
Andre Heider
7c6c3f3728 lz4: fix compilation
The cmake files were moved upstream [0] and the build now fails because it
silently falls back to the GNU Makefile:
install: cannot change permissions of '/usr/local/bin/': Operation not permitted

Point to the new location and set PKG_TOOLCHAIN explicitely to "cmake", which
would have caugth this issue:
CMake Error: The source directory "/tmp/libreelec/build.LibreELEC-H6.arm-9.80-devel/build/lz4-1.9.3/contrib/cmake_unofficial" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
FAILURE: ./scripts/build lz4:host during configure_host (default)

[0] 31d477db07
2020-12-17 09:59:51 +01:00
heitbaum
ff061734eb lz4: updated to 1.9.3 2020-12-13 11:20:23 +00:00
MilhouseVH
288dc26130 lz4: update to lz4-1.9.2 2020-02-17 06:37:58 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler 2019-10-18 19:41:00 +02:00
MilhouseVH
c299c94f6b lz4: update to lz4-1.9.1 2019-06-07 08:49:07 +01:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
b518bbf4e7 packages: implement late variable binding
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
MilhouseVH
43b719c91f lz4: update to lz4-1.8.2 2018-08-26 14:52:33 +01:00
CvH
c8601550aa spdx: packages/compress 2018-07-17 23:58:49 +02:00
MilhouseVH
4f898cd013 vfs.libarchive: new package 2017-12-01 05:12:59 +00:00