diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-28 21:03:11 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-28 21:03:11 +0000 |
commit | 54346f3fa8f148b8d234ff4a5d306150da59ced2 (patch) | |
tree | 587b19a9210f22649df94755e1b9d4df3e63338f | |
parent | 006d47200ce972ac8f3cb66d03b2628200d01f1a (diff) |
Add makefile patch against file.
BKrev: 3f774c8fOv7wRY8EigvOTvzPl3P8-A
-rw-r--r-- | file/file-4.04.oe | 3 | ||||
-rw-r--r-- | file/makefile.patch | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/file/file-4.04.oe b/file/file-4.04.oe index 642b248895..ab2c2bdbed 100644 --- a/file/file-4.04.oe +++ b/file/file-4.04.oe @@ -1,7 +1,8 @@ DEPENDS = virtual/libc RDEPENDS = libc6 -SRC_URI := ftp://ftp.astron.com/pub/file/file-4.04.tar.gz +SRC_URI := ftp://ftp.astron.com/pub/file/file-4.04.tar.gz \ + file://${FILESDIR}/makefile.patch;patch=1 S := ${WORKDIR}/${P} inherit autotools libtool diff --git a/file/makefile.patch b/file/makefile.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/file/makefile.patch |