mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 22:24:58 +00:00
jemalloc: add new recipe
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support. Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
069aacc9b3
commit
7badffb478
24
meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
Normal file
24
meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb
Normal file
@ -0,0 +1,24 @@
|
||||
# Copyright (C) 2021 Mingli Yu <mingli.yu@windriver.com>
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
SUMMARY = "General-purpose scalable concurrent malloc implementation"
|
||||
|
||||
DESCRIPTION = "jemalloc is a general purpose malloc(3) implementation that emphasizes \
|
||||
fragmentation avoidance and scalable concurrency support."
|
||||
|
||||
HOMEPAGE = "https://github.com/jemalloc/jemalloc"
|
||||
LICENSE = "BSD"
|
||||
|
||||
SECTION = "libs"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://README;md5=6900e4a158982e4c4715bf16aa54fa10"
|
||||
|
||||
SRC_URI = "git://github.com/jemalloc/jemalloc.git"
|
||||
|
||||
SRCREV = "ea6b3e973b477b8061e0076bb257dbd7f3faa756"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_AUTORECONF += "--exclude=autoheader"
|
||||
Loading…
x
Reference in New Issue
Block a user