diff options
Diffstat (limited to 'cflow')
-rw-r--r-- | cflow/cflow_2.0.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cflow/cflow_2.0.oe b/cflow/cflow_2.0.oe index e10520eb64..f6bbb3b725 100644 --- a/cflow/cflow_2.0.oe +++ b/cflow/cflow_2.0.oe @@ -2,6 +2,7 @@ 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} |