diff options
-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 |