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:44:38 +0000 |
commit | 47d8444edb644a92d3bae524c8a2a42a1cdf740c (patch) | |
tree | 7bdb614d37e84ea9ae30f95a7b9ab5977abac72b | |
parent | b5c8add7f3ed58451cb460a242b4edd671ba618e (diff) | |
download | openembedded-core-47d8444edb644a92d3bae524c8a2a42a1cdf740c.tar.gz openembedded-core-47d8444edb644a92d3bae524c8a2a42a1cdf740c.tar.bz2 openembedded-core-47d8444edb644a92d3bae524c8a2a42a1cdf740c.zip |
u-boot-fw-utils: Add DEPEND on mtd-utils
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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 \ 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" |