diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-08-30 09:44:22 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-08-30 09:44:22 +0000 |
commit | 5b7b79c16d9547471842bc26719b3c4bfa75181e (patch) | |
tree | 47ccfb41043f759590269d788c097ca06d45b505 /packages/uboot | |
parent | 3d7729be91fd12330e2163f4ec1cd4c756bdaaae (diff) | |
parent | f9633f75d64fa1df42abd2415cee22695b556e00 (diff) |
merge of '82565cfcf6fec66996d36d4605c34faa7d256c15'
and 'da7632a154580311895110a4f07328ec4c6ed8fe'
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/uboot_cvs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/uboot/uboot_cvs.bb b/packages/uboot/uboot_cvs.bb index 5ff012555e..0174fc0560 100644 --- a/packages/uboot/uboot_cvs.bb +++ b/packages/uboot/uboot_cvs.bb @@ -10,7 +10,7 @@ PROVIDES = "virtual/bootloader" S = "${WORKDIR}/u-boot" -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/u-boot;module=u-boot \ +SRC_URI = "cvs://anonymous@u-boot.cvs.sourceforge.net/cvsroot/u-boot;module=u-boot \ file://arm_flags.patch;patch=1" EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}" |