diff options
author | Philip Balister <philip@balister.org> | 2007-08-17 14:14:42 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-17 14:14:42 +0000 |
commit | dea0ce54c7cf8f14e6b1dc9318a3af79b93fd9de (patch) | |
tree | 64fc8d7e3acdd0f81655e688ba2c0d1b1301bb33 | |
parent | f4b67ec65d123d332f4630b4a47b7a74e7c20c49 (diff) |
u-boot : Update SRC_URI to the Denx ftp server.
-rw-r--r-- | packages/uboot/u-boot_1.1.2.bb | 2 | ||||
-rw-r--r-- | packages/uboot/u-boot_1.1.4.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/uboot/u-boot_1.1.2.bb b/packages/uboot/u-boot_1.1.2.bb index da8da74ad5..02fff45968 100644 --- a/packages/uboot/u-boot_1.1.2.bb +++ b/packages/uboot/u-boot_1.1.2.bb @@ -1,7 +1,7 @@ PR = "r1" require u-boot.inc -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ file://arm_flags.patch;patch=1 " SRC_URI_append_vibren = "ftp://bec-systems.com/pub/pxa255_idp/u-boot/uboot_pxa255-idp_2005-03-23.patch;patch=1" SRC_URI_append_mnci = "file://mnci.patch;patch=1 \ diff --git a/packages/uboot/u-boot_1.1.4.bb b/packages/uboot/u-boot_1.1.4.bb index 45d24df455..7a92b57c34 100644 --- a/packages/uboot/u-boot_1.1.4.bb +++ b/packages/uboot/u-boot_1.1.4.bb @@ -2,7 +2,7 @@ require u-boot.inc DEFAULT_PREFERENCE = "-1" -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \ file://u-boot-make381-fix.patch;patch=1" SRC_URI_append_gumstix = "\ |