-
Notifications
You must be signed in to change notification settings - Fork 3.6k
dkjson: Fix PKG_BUILD_DIR paths #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This fixes builds on clean checkouts, and also fixes the "md5sum tests aren't working" notes. Signed-off-by: Karl Palsson <karlp@remake.is>
(not my package, so I've left it here as a PR, rather than merging it as is) |
Hah, Apologies for not properly testing this with a fresh buildroot. My little old i5 takes an hour to compile the toolchain alone... Between make runs I usually delete Regarding md5sum, I just tried it again, and it indeed works as accepted -- no idea how I messed that up ;) 👍 |
From the upstream NEWS file: v1.7.5 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski lz4cat : fix : works with relative path (openwrt#284) and stdin (openwrt#285) (reported by @beiDei8z) cli : fix minor notification when using -r recursive mode API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (openwrt#290, openwrt#280) doc : markdown version of man page, by Takayuki Matsuoka (openwrt#279) build : Makefile : fix make -jX lib+exe concurrency (openwrt#277) build : cmake : improvements by Michał Górny (openwrt#296) v1.7.4.2 fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (openwrt#274, reported by Antoine Martin) v1.7.4 Improved : much better speed in -mx32 mode cli : fix : Large file support in 32-bits mode on Mac OS-X fix : compilation on gcc 4.4 (openwrt#272), reported by Antoine Martin v1.7.3 Changed : moved to versioning; package, cli and library have same version number Improved: Small decompression speed boost Improved: Small compression speed improvement on 64-bits systems Improved: Small compression ratio and speed improvement on small files Improved: Significant speed boost on ARMv6 and ARMv7 Fix : better ratio on 64-bits big-endian targets Improved cmake build script, by Evan Nemerson New liblz4-dll project, by Przemyslaw Skibinki Makefile: Generates object files (*.o) for faster (re)compilation on low power systems cli : new : --rm and --help commands cli : new : preserved file attributes, by Przemyslaw Skibinki cli : fix : crash on some invalid inputs cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report openwrt#243 cli : bench : new : -r recursive mode lz4cat : can cat multiple files in a single command line (openwrt#184) Added : doc/lz4_manual.html, by Przemyslaw Skibinski Added : dictionary compression and frame decompression examples, by Nick Terrell Added : Debianization, by Evgeniy Polyakov Signed-off-by: Darik Horn <dajhorn@vanadac.com>
From the upstream NEWS file: v1.7.5 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski lz4cat : fix : works with relative path (openwrt#284) and stdin (openwrt#285) (reported by @beiDei8z) cli : fix minor notification when using -r recursive mode API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (openwrt#290, openwrt#280) doc : markdown version of man page, by Takayuki Matsuoka (openwrt#279) build : Makefile : fix make -jX lib+exe concurrency (openwrt#277) build : cmake : improvements by Michał Górny (openwrt#296) v1.7.4.2 fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (openwrt#274, reported by Antoine Martin) v1.7.4 Improved : much better speed in -mx32 mode cli : fix : Large file support in 32-bits mode on Mac OS-X fix : compilation on gcc 4.4 (openwrt#272), reported by Antoine Martin v1.7.3 Changed : moved to versioning; package, cli and library have same version number Improved: Small decompression speed boost Improved: Small compression speed improvement on 64-bits systems Improved: Small compression ratio and speed improvement on small files Improved: Significant speed boost on ARMv6 and ARMv7 Fix : better ratio on 64-bits big-endian targets Improved cmake build script, by Evan Nemerson New liblz4-dll project, by Przemyslaw Skibinki Makefile: Generates object files (*.o) for faster (re)compilation on low power systems cli : new : --rm and --help commands cli : new : preserved file attributes, by Przemyslaw Skibinki cli : fix : crash on some invalid inputs cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report openwrt#243 cli : bench : new : -r recursive mode lz4cat : can cat multiple files in a single command line (openwrt#184) Added : doc/lz4_manual.html, by Przemyslaw Skibinski Added : dictionary compression and frame decompression examples, by Nick Terrell Added : Debianization, by Evgeniy Polyakov Signed-off-by: Darik Horn <dajhorn@vanadac.com>
9cafbb6 fix: don't limit python upper bound (openwrt#424) 7e4cab6 fix: upgrade to ruff 0.1.0 and fix violations (openwrt#422) b7c4a31 fix: multiple calls on the root logger instead of module logger (openwrt#421) c433dab fix: ensure void methods that can raise exceptions are marked (openwrt#417) f64eb58 fix: correct size of uint32 with cython (openwrt#415) 4fcdbed fix: ensure proxy object tasks do not get garbage collected prematurely (openwrt#409) 5068e41 feat: improve performance of signature lookups (openwrt#412) 4887160 feat: improve performance of checking SignatureType tokens (openwrt#410) 0adab93 fix: correctly handle big endian data (openwrt#405) bfd48a3 feat: add support for finding message handlers when interface is None (openwrt#403) 996659e feat: refactor service bus handler lookup to avoid linear searches (openwrt#400) 6531b93 fix: reduce size of wheels (openwrt#399) a4c2743 feat: reduce size of wheels (openwrt#398) e4f37ee feat: resync generic D-Bus errors (openwrt#393) 829e0fc feat: build macos arm wheels (openwrt#387) d7213be feat: speed up marshalling messages (openwrt#383) 89026e3 feat: speed up bytearray creation in unmarshaller (openwrt#382) c21a2ac fix: docs build (openwrt#381) 586dc23 fix: attempting to unmarshall some arrays twice (openwrt#380) 18132b9 fix: wheel builds on aarch64 (openwrt#367) bdf08d2 feat: migrate to using native arm runners for wheel builds (openwrt#366) 5b61869 feat(introspect): implement annotations (openwrt#359) f58f1a6 fix: void validate arguments/properties name (openwrt#358) d376bb1 feat: improve performance of unmarshalling variants (openwrt#354) e1aaf0a feat: improve performance of marshalling message headers (openwrt#356) ebdf07e fix: revert avoid building wheels if a release is not made (openwrt#357) b1e6551 feat: speed up marshalling messages (openwrt#352) b162494 feat: speed up constructing messages from the unmarshaller (openwrt#344) 4116261 fix: race in test_tcp_connection_with_forwarding (openwrt#350) 5825758 feat: speed up unmarshalling headers (openwrt#347) a249777 fix: disable wheel builds for old python versions (openwrt#346) 1c20dcc fix: ensure exceptions are logged when no reply is expected (openwrt#342) 9c73022 fix: exclude .c files from being shipped (openwrt#331) 0f04a79 fix: remove deprecated no_type_check_decorator (openwrt#316) 2dabf2d fix: ensure build uses cython3 (openwrt#311) 1b7d28c fix: add missing cython version pin to the build system (openwrt#310) 42f1d4a feat: use dbus-run-session to drop X11 dependency (openwrt#299) 45c0e74 feat: python 3.13 support (openwrt#291) c44eb2c fix: wheel build exclude for pp37 (openwrt#285) d0ac990 feat: build wheels for aarch64 to allow use in embedded systems (openwrt#283) be68a79 fix: clear exception flag on disconnect future if its also sent to handlers (openwrt#281) 7da5d44 fix: introspection bogus child paths (openwrt#280) Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
19df266 feat: use trusted publishing to upload wheels (openwrt#445) e0aeeac feat: improve unmarshall performance for SignatureType (openwrt#436) 958115f feat: simplify code to unmarshall arrays (openwrt#435) 888a3c3 feat: improve performance of unmarshalling boolean Variants (openwrt#431) 3b4bac5 feat: improve unmarshaller performance for byte strings (openwrt#430) 9cafbb6 fix: don't limit python upper bound (openwrt#424) 7e4cab6 fix: upgrade to ruff 0.1.0 and fix violations (openwrt#422) b7c4a31 fix: multiple calls on the root logger instead of module logger (openwrt#421) c433dab fix: ensure void methods that can raise exceptions are marked (openwrt#417) f64eb58 fix: correct size of uint32 with cython (openwrt#415) 4fcdbed fix: ensure proxy object tasks do not get garbage collected prematurely (openwrt#409) 5068e41 feat: improve performance of signature lookups (openwrt#412) 4887160 feat: improve performance of checking SignatureType tokens (openwrt#410) 0adab93 fix: correctly handle big endian data (openwrt#405) bfd48a3 feat: add support for finding message handlers when interface is None (openwrt#403) 996659e feat: refactor service bus handler lookup to avoid linear searches (openwrt#400) 6531b93 fix: reduce size of wheels (openwrt#399) a4c2743 feat: reduce size of wheels (openwrt#398) e4f37ee feat: resync generic D-Bus errors (openwrt#393) 829e0fc feat: build macos arm wheels (openwrt#387) d7213be feat: speed up marshalling messages (openwrt#383) 89026e3 feat: speed up bytearray creation in unmarshaller (openwrt#382) c21a2ac fix: docs build (openwrt#381) 586dc23 fix: attempting to unmarshall some arrays twice (openwrt#380) 18132b9 fix: wheel builds on aarch64 (openwrt#367) bdf08d2 feat: migrate to using native arm runners for wheel builds (openwrt#366) 5b61869 feat(introspect): implement annotations (openwrt#359) f58f1a6 fix: void validate arguments/properties name (openwrt#358) d376bb1 feat: improve performance of unmarshalling variants (openwrt#354) e1aaf0a feat: improve performance of marshalling message headers (openwrt#356) ebdf07e fix: revert avoid building wheels if a release is not made (openwrt#357) b1e6551 feat: speed up marshalling messages (openwrt#352) b162494 feat: speed up constructing messages from the unmarshaller (openwrt#344) 4116261 fix: race in test_tcp_connection_with_forwarding (openwrt#350) 5825758 feat: speed up unmarshalling headers (openwrt#347) a249777 fix: disable wheel builds for old python versions (openwrt#346) 1c20dcc fix: ensure exceptions are logged when no reply is expected (openwrt#342) 9c73022 fix: exclude .c files from being shipped (openwrt#331) 0f04a79 fix: remove deprecated no_type_check_decorator (openwrt#316) 2dabf2d fix: ensure build uses cython3 (openwrt#311) 1b7d28c fix: add missing cython version pin to the build system (openwrt#310) 42f1d4a feat: use dbus-run-session to drop X11 dependency (openwrt#299) 45c0e74 feat: python 3.13 support (openwrt#291) c44eb2c fix: wheel build exclude for pp37 (openwrt#285) d0ac990 feat: build wheels for aarch64 to allow use in embedded systems (openwrt#283) be68a79 fix: clear exception flag on disconnect future if its also sent to handlers (openwrt#281) 7da5d44 fix: introspection bogus child paths (openwrt#280) Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
This fixes builds on clean checkouts, and also fixes the "md5sum tests
aren't working" notes.
Signed-off-by: Karl Palsson karlp@remake.is