From: Michael Lauer Date: Sun, 14 May 2006 19:01:12 +0000 (+0000) Subject: add libarena, a custom memory allocator interface and implementation. X-Git-Tag: Release-2010-05/1~9453^2~1699^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b9cfcd15eab72fad65f5a9a214324bd6f4e0e7;p=openembedded.git add libarena, a custom memory allocator interface and implementation. --- diff --git a/packages/libarena/.mtn2git_empty b/packages/libarena/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libarena/libarena_0.2.bb b/packages/libarena/libarena_0.2.bb new file mode 100644 index 0000000000..d2b69a3c18 --- /dev/null +++ b/packages/libarena/libarena_0.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "libarena is a custom memory allocator interface and implementation. \ +Three allocators are provided: flat "LIFO" arena allocator, object pool allocator and a malloc(3) wrapper." +HOMEPAGE = "http://www.25thandclement.com/~william/projects/libarena.html" +SECTION = "libs" +LICENSE = "${PN}" + +SRC_URI = "http://www.25thandclement.com/~william/projects/releases/libarena-${PV}.tgz" + +do_stage() { + oe_libinstall -C src -a libarena ${STAGING_LIBDIR} +} +