aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dmalloc/dmalloc_5.5.2.bb
blob: 614201db8c3648334d9edd6735805c27c69dc504 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DESCRIPTION = "Debug Malloc Library"
SECTION = "libs/devel"
HOMEPAGE = "http://dmalloc.com"
LICENSE = "CCSA"

SRC_URI = "\
  http://dmalloc.com/releases/dmalloc-${PV}.tgz \
  file://configure-pagesize-HACK.patch \
# HACK we ship a preconfigured conf.h since otherwise it misses a whole lot of stuff and compilation fails.
# TODO find out why and get rid of it
  file://conf.h \
"
inherit autotools pkgconfig

do_configure_append() {
	install -m 0644 ${WORKDIR}/conf.h ${S}
}

do_stage() {
	oe_libinstall -a libdmalloc ${STAGING_LIBDIR}
}

do_install() {
	:
}

SRC_URI[md5sum] = "f92e5606c23a8092f3d5694e8d1c932e"
SRC_URI[sha256sum] = "d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a"