diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-08-29 13:48:11 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-08-29 13:48:11 +0000 |
commit | 9a45407127c761f0740f0c26a5995ee99e09a42f (patch) | |
tree | 9b497fd60a99aaf214f2ff46556a542753931da3 /packages/uboot/uboot_cvs.bb | |
parent | f4860e4639923a4f88c48bc138cce089ae5dbf60 (diff) |
uboot cvs fix SRC_URI
Diffstat (limited to 'packages/uboot/uboot_cvs.bb')
-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}" |