aboutsummaryrefslogtreecommitdiffstats
path: root/ccdv/ccdv.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ccdv/ccdv.oe')
-rw-r--r--ccdv/ccdv.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/ccdv/ccdv.oe b/ccdv/ccdv.oe
deleted file mode 100644
index 4da4beffd2..0000000000
--- a/ccdv/ccdv.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "ccdv is a tool to reduce the deluge of make output to make \
-finding actual problems easier."
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-LICENSE = "GPL"
-SRC_URI = "http://openembedded.org/dl/ccdv.c"
-S = "${WORKDIR}/openembedded.org"
-
-do_compile () {
- ${CC} ${CFLAGS} ${LDFLAGS} ccdv.c -o ccdv
-}
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 ccdv ${D}/${bindir}/
-}