diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /file | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'file')
-rw-r--r-- | file/file_3.41.oe | 4 | ||||
-rw-r--r-- | file/file_4.06.oe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/file/file_3.41.oe b/file/file_3.41.oe index edb620fbfc..5686cc9148 100644 --- a/file/file_3.41.oe +++ b/file/file_3.41.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 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 |