diff options
-rw-r--r-- | cflow/cflow-2.0/compile.patch | 0 | ||||
-rw-r--r-- | cflow/cflow_2.0.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cflow/cflow-2.0/compile.patch b/cflow/cflow-2.0/compile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/cflow/cflow-2.0/compile.patch diff --git a/cflow/cflow_2.0.oe b/cflow/cflow_2.0.oe index f22f143057..5fcabe1e11 100644 --- a/cflow/cflow_2.0.oe +++ b/cflow/cflow_2.0.oe @@ -1,7 +1,8 @@ DEPENDS = "virtual/libc" DESCRIPTION = "Utility for viewing function call flow." -SRC_URI = "http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-${PV}.tar.gz" +SRC_URI = "http://www.ibiblio.org/pub/Linux/devel/lang/c/cflow-${PV}.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1" do_install () { install -d ${D}/${bindir} |