diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tinylogin/tinylogin_1.4.bb | 3 | ||||
-rw-r--r-- | recipes/unzip/unzip_552.bb | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tinylogin/tinylogin_1.4.bb b/recipes/tinylogin/tinylogin_1.4.bb index 54708b2d4b..23ee694b1c 100644 --- a/recipes/tinylogin/tinylogin_1.4.bb +++ b/recipes/tinylogin/tinylogin_1.4.bb @@ -7,7 +7,8 @@ SECTION = "base" LICENSE = "GPL" PR = "r6" -SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \ +#SRC_URI = "http://tinylogin.busybox.net/downloads/tinylogin-${PV}.tar.bz2 \ +SRC_URI = "http://limpens.net/trac/at91-kit-trac/export/4/trunk/sources/tinylogin-${PV}.tar.bz2 \ file://cvs-20040608.patch;patch=1;pnum=1 \ file://add-system.patch;patch=1;pnum=1 \ file://adduser-empty_pwd.patch;patch=1 \ diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb index d8809196d8..16b63de2dd 100644 --- a/recipes/unzip/unzip_552.bb +++ b/recipes/unzip/unzip_552.bb @@ -2,8 +2,7 @@ DESCRIPTION = "A (de)compression library for the ZIP format" SECTION = "console/utils" LICENSE = "Info-ZIP" PR = "r1" - -SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/project/infozip/UnZip%205.x%20and%20earlier/5.52/unzip${PV}.tar.gz" S = "${WORKDIR}/unzip-5.52" export LD = "${CC} ${LDFLAGS}" |