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