mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / ccdv / ccdv.bb
blobb3f105200ca7c5bbe9eeecfe9303f6112c27a973
1 DESCRIPTION = "ccdv is a tool to reduce the deluge of make output to make \
2 finding actual problems easier."
3 LICENSE = "GPL"
4 SRC_URI = "http://openembedded.org/dl/ccdv.c"
5 S = "${WORKDIR}"
7 do_compile () {
8 ${CC} ${CFLAGS} ${LDFLAGS} ccdv.c -o ccdv
11 do_install () {
12 install -d ${D}${bindir}
13 install -m 0755 ccdv ${D}${bindir}/
16 SRC_URI[md5sum] = "b8c51a2e3cccb381428426c0fc543244"
17 SRC_URI[sha256sum] = "f1e44d628cc4cbac192bf33f492ad8d1e1988cae576924128df36f3638e9a485"