diff options
Diffstat (limited to 'file/file_4.06.oe')
-rw-r--r-- | file/file_4.06.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/file/file_4.06.oe b/file/file_4.06.oe index edb620fbfc..5686cc9148 100644 --- a/file/file_4.06.oe +++ b/file/file_4.06.oe @@ -3,7 +3,7 @@ RDEPENDS = "libc6" DESCRIPTION = "File attempts to classify files depending \ on their contents and prints a description if a match is found." -SRC_URI := ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ - file://${FILESDIR}/fileexec.patch;patch=1 +SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ + file://${FILESDIR}/fileexec.patch;patch=1" inherit autotools libtool |