summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/jemalloc/jemalloc_5.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* jemalloc: add +git to versionPeter Marko2024-05-231-1/+3
| | | | | | | | | jemalloc was switched from tag to development branch 171 commit ahead. Adapt PV accordingly. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jemalloc: Update to tip of dev branchKhem Raj2024-04-111-3/+3
| | | | | | | | This fixes bunch of ptest failures Failed ptests: {'jemalloc': ['test_alignment_errors', 'test_oom_errors']} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix empty 0.0.0-0-g0 jemalloc version by adding --with-versionPetr Chernikov2023-08-261-0/+3
| | | | | | | | | Empty "0.0.0-0-g0" jemalloc version may affect build and usage of some applications. For example, it affects folly build and usage and leads segmentation fault in some cases. Signed-off-by: Petr Chernikov <p.chernikov@yadro.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jemalloc: Unbolt clang workaroudKhem Raj2023-08-151-4/+0
| | | | | | This works well with clang 15+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jemalloc: include the missing shell scripts and source the corresponds shell ↵Wentao Zhang2023-04-041-2/+5
| | | | | | | | | | | | | | scripts for some test cases. The test cases in jemalloc require the appropriate value to be exported to MALLOC_CONF, which is stored in shell scripts. The privious script just ran the test cases without exporting value, causing the tests to fail. Include the missing shell scripts, and source them before running the test cases now. Signed-off-by: Wentao Zhang <wentao.zhang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jemalloc: upgrade 5.2.1 -> 5.3.0wangmy2022-05-091-0/+51
0001-Makefile.in-make-sure-doc-generated-before-install.patch removed since it's included in 5.3.0 Changelog: https://github.com/jemalloc/jemalloc/releases/tag/5.3.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>