From 63b680ed058f55706eec90177a719aad45825de9 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 10 Feb 2012 16:05:46 -0800 Subject: u-boot-fw-utils: Add DEPEND on mtd-utils (From OE-Core rev: 47d8444edb644a92d3bae524c8a2a42a1cdf740c) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2011.06.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-bsp') 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 \ file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90" SECTION = "bootloader" -PR = "r0" +DEPENDS = "mtd-utils" + +PR = "r1" SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2" -- cgit v1.2.3-54-g00ecf