summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/brotli
Commit message (Collapse)AuthorAgeFilesLines
* brotli: upgrade 1.0.9 -> 1.1.0alperak2023-11-292-52/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed patch because of fixed in the new version. Changelog: Added * decoder: BrotliDecoderAttachDictionary * decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING * decoder: BrotliDecoderSetMetadataCallbacks * encoder: BrotliEncoderPrepareDictionary, * BrotliEncoderDestroyPreparedDictionary, * BrotliEncoderAttachPreparedDictionary * decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING * common: BrotliSharedDictionaryCreateInstance, * BrotliSharedDictionaryDestroyInstance, * BrotliSharedDictionaryAttach * CLI: --dictionary option * java: encoder wrapper: Parameters.mode * java: Brotli{Input|Output}Stream.attachDictionary * java: wrapper: partial byte array input * typescript: decoder (transpiled from Java) Removed * build: BROTLI_BUILD_PORTABLE option Fixed * java: JNI decoder failed sometimes on power of 2 payloads Improved * java / js: smaller decoder footprint * decoder: faster decoding * encoder: faster encoding * encoder: smaller stack frames Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Brotli: fix build failed if the path includes "-static"Jamin Lin2023-11-061-1/+2
| | | | | | | | | | | | | It would like to remove "-static" in the name of statice library at the do_install task. For example: replace libbrotlicommon-static.a with ibbrotlicommon-static.a However, if the patch of this statice library includes "-static", it would build failed. (ex: set my build directory "build-static") Change to remove "-static" in the base name of static library to fix this build failed. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | 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>
* brotli: set upstream-status for the patch backported from upstreamGianfranco Costamagna2020-09-081-0/+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>
* brotli: update to 1.0.9Gianfranco Costamagna2020-09-042-3/+51
| | | | | | | | cherry-pick upstream fix for pkg-config based detection failure 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>
* brotli: fix typo for DESCRIPTIONKonrad Weihmann2020-05-311-1/+1
| | | | | Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* brotli: allow building a -native versionAndré Draszik2020-03-031-0/+2
| | | | | | | | | nodejs (-native) can be built against a system-installed version of the brotli libraries. Allow doing that by provide a -native version of brotli. Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* brotli: rename static libraries avoding the -static suffix.Gianfranco Costamagna2020-01-101-0/+6
| | | | | | | | | This leads to link failures such as the ones described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943321 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>
* brotli: add initial recipe, based on meta-webkit layerGianfranco Costamagna2018-11-051-0/+14
Signed-off-by: Khem Raj <raj.khem@gmail.com>