diff options
Diffstat (limited to 'cflow')
-rw-r--r-- | cflow/cflow_2.0.bb | 0 | ||||
-rw-r--r-- | cflow/cflow_2.0.oe | 10 |
2 files changed, 0 insertions, 10 deletions
diff --git a/cflow/cflow_2.0.bb b/cflow/cflow_2.0.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/cflow/cflow_2.0.bb 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 -} |