diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-11 11:12:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-11 11:12:11 +0000 |
commit | f93a8fefcc42bbb871d1b26e9a814c08954c42c7 (patch) | |
tree | 7e2e5feb4c5d29fa79a50b24fd15d74465386748 | |
parent | f6cb8f55812b954a8964b56e6c872df9cc39e7cd (diff) |
file: update 4.20 to 4.21, 4.21 contains security and build fixes for some archs
-rw-r--r-- | packages/file/file-native_4.21.bb (renamed from packages/file/file-native_4.20.bb) | 2 | ||||
-rw-r--r-- | packages/file/file_4.21.bb (renamed from packages/file/file_4.20.bb) | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/packages/file/file-native_4.20.bb b/packages/file/file-native_4.21.bb index b797cff8ad..59535dd518 100644 --- a/packages/file/file-native_4.20.bb +++ b/packages/file/file-native_4.21.bb @@ -1,7 +1,5 @@ require file_${PV}.bb inherit native - -# avoid dependency loop DEPENDS = "" PR = "r0" diff --git a/packages/file/file_4.20.bb b/packages/file/file_4.21.bb index 2b37d2515c..758f7f36fa 100644 --- a/packages/file/file_4.20.bb +++ b/packages/file/file_4.21.bb @@ -4,7 +4,7 @@ SECTION = "console/utils" LICENSE = "BSD-ADV" DEPENDS = "file-native" -SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz" +SRC_URI = "ftp://ftp.fi.debian.org/pub/gentoo/distfiles/file-${PV}.tar.gz" S = "${WORKDIR}/file-${PV}" inherit autotools |