From 80564fc14601a0b20476dbc01c7fdbc0bfac8af6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:23 -0700 Subject: dmalloc: upgrade 5.5.2 -> 5.6.5 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb | 38 ----------------------- meta-oe/recipes-devtools/dmalloc/dmalloc_5.6.5.bb | 38 +++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb create mode 100644 meta-oe/recipes-devtools/dmalloc/dmalloc_5.6.5.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb b/meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb deleted file mode 100644 index 79252f94ae..0000000000 --- a/meta-oe/recipes-devtools/dmalloc/dmalloc_5.5.2.bb +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright (C) 2016 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "Debug Malloc Library" - -DESCRIPTION = "The debug memory allocation or dmalloc library has been \ -designed as a drop in replacement for the system's malloc, realloc, \ -calloc, free and other memory management routines while providing \ -powerful debugging facilities configurable at runtime. These facilities \ -include such things as memory-leak tracking, fence-post write detection, \ -file/line number reporting, and general logging of statistics." - -HOMEPAGE = "http://dmalloc.com/" -LICENSE = "CC-BY-SA-3.0" - -LIC_FILES_CHKSUM = "file://dmalloc.c;beginline=4;endline=17;md5=83d13664f87f1f1a3b6b2b6f6eba85aa" - -SECTION = "libs" - -SRC_URI = "http://dmalloc.com/releases/dmalloc-${PV}.tgz \ - file://02-Makefile.in.patch \ - file://03-threads.patch \ - file://13-fix-ldflags-in-makefile.patch \ - file://configure-pagesize-HACK.patch \ - file://100-use-xtools.patch \ - file://130-mips.patch \ - file://150-use_DESTDIR.patch \ - file://0001-undefined-strdup-macro.patch \ -" - -SRC_URI[sha256sum] = "d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a" - -ARM_INSTRUCTION_SET = "arm" - -inherit autotools - -EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" -EXTRA_OECONF += "--enable-threads --enable-cxx --enable-shlib" diff --git a/meta-oe/recipes-devtools/dmalloc/dmalloc_5.6.5.bb b/meta-oe/recipes-devtools/dmalloc/dmalloc_5.6.5.bb new file mode 100644 index 0000000000..cda6ae8082 --- /dev/null +++ b/meta-oe/recipes-devtools/dmalloc/dmalloc_5.6.5.bb @@ -0,0 +1,38 @@ +# Copyright (C) 2016 Khem Raj +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "Debug Malloc Library" + +DESCRIPTION = "The debug memory allocation or dmalloc library has been \ +designed as a drop in replacement for the system's malloc, realloc, \ +calloc, free and other memory management routines while providing \ +powerful debugging facilities configurable at runtime. These facilities \ +include such things as memory-leak tracking, fence-post write detection, \ +file/line number reporting, and general logging of statistics." + +HOMEPAGE = "http://dmalloc.com/" +LICENSE = "CC-BY-SA-3.0" + +LIC_FILES_CHKSUM = "file://dmalloc.c;beginline=4;endline=17;md5=83d13664f87f1f1a3b6b2b6f6eba85aa" + +SECTION = "libs" + +SRC_URI = "http://dmalloc.com/releases/dmalloc-${PV}.tgz \ + file://02-Makefile.in.patch \ + file://03-threads.patch \ + file://13-fix-ldflags-in-makefile.patch \ + file://configure-pagesize-HACK.patch \ + file://100-use-xtools.patch \ + file://130-mips.patch \ + file://150-use_DESTDIR.patch \ + file://0001-undefined-strdup-macro.patch \ +" + +SRC_URI[sha256sum] = "480e3414ab6cedca837721c756b7d64b01a84d2d0e837378d98444e2f63a7c01" + +ARM_INSTRUCTION_SET = "arm" + +inherit autotools + +EXTRA_AUTORECONF += "--include=acinclude --exclude=autoheader" +EXTRA_OECONF += "--enable-threads --enable-cxx --enable-shlib" -- cgit v1.2.3-54-g00ecf