initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / dmalloc / dmalloc_5.5.2.bb
blob614201db8c3648334d9edd6735805c27c69dc504
1 DESCRIPTION = "Debug Malloc Library"
2 SECTION = "libs/devel"
3 HOMEPAGE = "http://dmalloc.com"
4 LICENSE = "CCSA"
6 SRC_URI = "\
7 http://dmalloc.com/releases/dmalloc-${PV}.tgz \
8 file://configure-pagesize-HACK.patch \
9 # HACK we ship a preconfigured conf.h since otherwise it misses a whole lot of stuff and compilation fails.
10 # TODO find out why and get rid of it
11 file://conf.h \
13 inherit autotools pkgconfig
15 do_configure_append() {
16 install -m 0644 ${WORKDIR}/conf.h ${S}
19 do_stage() {
20 oe_libinstall -a libdmalloc ${STAGING_LIBDIR}
23 do_install() {
27 SRC_URI[md5sum] = "f92e5606c23a8092f3d5694e8d1c932e"
28 SRC_URI[sha256sum] = "d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a"