Rosen Penev
8097aa0b32
tools/lz4: remove patches
...
meson is used to build it since 291b137 . No need to patch Makefiles.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
Link: https://github.com/openwrt/openwrt/pull/15524
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com >
2024-05-23 11:49:02 +02:00
Alexander Couzens
02f86a0765
tools: assign PKG_CPE_ID
...
The PKG_CPE_ID links to NIST CPE version 2.2.
Assign PKG_CPE_ID to all remaining tools which have a CPE ID.
Not every tool has CPE id.
Related: https://github.com/openwrt/packages/issues/8534
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
2023-09-19 20:21:33 +02:00
Rosen Penev
291b137778
tools/lz4: build with meson
...
Simplifies Makefile and speeds up compilation.
Before:
Executed in 68.00 secs fish external
usr time 104.17 secs 1.33 millis 104.17 secs
sys time 4.29 secs 0.35 millis 4.29 secs
After:
Executed in 27.98 secs fish external
usr time 25.18 secs 1.32 millis 25.18 secs
sys time 3.31 secs 0.35 millis 3.31 secs
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2023-04-20 14:21:46 +02:00
Tony Butler
8b12966d20
tools/lz4: add lz4 binaries
...
same as `packages/liblz4` modified to be a HOST/tools type build with
unified liblz4 (this is also the dev package for liblz4)
the image initramfs generator offers the LZ4 option but there was no
executable to support it actually working
Signed-off-by: Tony Butler <spudz76@gmail.com >
2023-01-16 23:51:10 +00:00