diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-02-10 16:05:46 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:59:35 +0000 |
| commit | 63b680ed058f55706eec90177a719aad45825de9 (patch) | |
| tree | 83e890b0cdae12a4c08765e4f025ee49cbcbf4a9 | |
| parent | b2196ca25697bfb6c1412780a27cea5be1d80d6c (diff) | |
| download | poky-63b680ed058f55706eec90177a719aad45825de9.tar.gz | |
u-boot-fw-utils: Add DEPEND on mtd-utils
(From OE-Core rev: 47d8444edb644a92d3bae524c8a2a42a1cdf740c)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 | ||
