[oe-commits] Saul Wold : u-boot-fw-utils: Add DEPEND on mtd-utils

git at git.openembedded.org git at git.openembedded.org
Tue Feb 21 18:01:44 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 47d8444edb644a92d3bae524c8a2a42a1cdf740c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=47d8444edb644a92d3bae524c8a2a42a1cdf740c

Author: Saul Wold <sgw at linux.intel.com>
Date:   Fri Feb 10 16:05:46 2012 -0800

u-boot-fw-utils: Add DEPEND on mtd-utils

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 3185cbd..7c4df1a 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"
 





More information about the Openembedded-commits mailing list