diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb index 3185cbd85b..7c4df1a4ec 100644 --- a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb +++ b/meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb | |||
@@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ | |||
4 | file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" | 4 | file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" |
5 | SECTION = "bootloader" | 5 | SECTION = "bootloader" |
6 | 6 | ||
7 | PR = "r0" | 7 | DEPENDS = "mtd-utils" |
8 | |||
9 | PR = "r1" | ||
8 | 10 | ||
9 | SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" | 11 | SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" |
10 | 12 | ||