summaryrefslogtreecommitdiff
path: root/cflow/cflow_2.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'cflow/cflow_2.0.oe')
-rw-r--r--cflow/cflow_2.0.oe10
1 files changed, 0 insertions, 10 deletions
diff --git a/cflow/cflow_2.0.oe b/cflow/cflow_2.0.oe
deleted file mode 100644
index f6bbb3b725..0000000000
--- a/cflow/cflow_2.0.oe
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Utility for viewing function call flow."
-SECTION = "devel"
-SRC_URI = "http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-${PV}.tar.gz \
- file://compile.patch;patch=1"
-LICENSE = "PD"
-
-do_install () {
- install -d ${D}/${bindir}
- oe_runmake 'PREFIX=${D}' 'BINDIR=${D}/${bindir}' install
-}