From: Mingli Yu <[email protected]> jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
Signed-off-by: Mingli Yu <[email protected]> Signed-off-by: Khem Raj <[email protected]> --- .../jemalloc/jemalloc_5.2.1.bb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb diff --git a/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb new file mode 100644 index 000000000..4738f0e78 --- /dev/null +++ b/meta-oe/recipes-devtools/jemalloc/jemalloc_5.2.1.bb @@ -0,0 +1,24 @@ +# Copyright (C) 2021 Mingli Yu <[email protected]> +# 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" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#93589): https://lists.openembedded.org/g/openembedded-devel/message/93589 Mute This Topic: https://lists.openembedded.org/mt/86597828/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
