diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-07-11 11:14:05 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-07-11 11:14:05 +0000 |
commit | 926bfde12c8d306e07ae1ca293b6b0fb38bf6852 (patch) | |
tree | 38318a1382597d94dcf64c98bcecdc361459f4f7 /packages | |
parent | a17dbe910a0394ae6ad77a013030b1869c4b82df (diff) | |
parent | f93a8fefcc42bbb871d1b26e9a814c08954c42c7 (diff) |
merge of '06dece86b19a87ce894b51a9a4596d0dd10aa368'
and 'f6d341299c43235d3c37dbbb33a02a56ea8370c3'
Diffstat (limited to 'packages')
-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 |