diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-09 06:31:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-09 06:31:11 +0000 |
commit | c15b1392c8fc7911e909c737ffb9bf90069a5b62 (patch) | |
tree | dd2f1f7966b06614c97265e7da45ae66e19195b7 /cflow | |
parent | 9b753b06c1cd55b07e3ec62957a1a7554075542c (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/09 02:30:44-04:00 local!kergoth
cflow compile fix.
BKrev: 409dd02f4wWMfxnC7ZOI9B6LXvHEQA
Diffstat (limited to 'cflow')
-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} |