From: Michael Lauer Date: Wed, 11 Jul 2007 11:12:11 +0000 (+0000) Subject: file: update 4.20 to 4.21, 4.21 contains security and build fixes for some archs X-Git-Tag: Release-2010-05/1~8868^2~174^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f93a8fefcc42bbb871d1b26e9a814c08954c42c7;p=openembedded.git file: update 4.20 to 4.21, 4.21 contains security and build fixes for some archs --- diff --git a/packages/file/file-native_4.20.bb b/packages/file/file-native_4.21.bb similarity index 80% rename from packages/file/file-native_4.20.bb rename to 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 similarity index 83% rename from packages/file/file_4.20.bb rename to 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