From 1471bbad1740635ea55b3cfeb0e942de2fa272be Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 13 Feb 2012 11:40:28 -0700 Subject: [PATCH] u-boot git: Update omap3-touchbook for u-boot-fw-utils change Signed-off-by: Tom Rini Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 5abb6f5e..2b32ab89 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -1,5 +1,5 @@ require u-boot.inc -PR ="r67" +PR ="r68" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_ti814x = "-1" @@ -57,3 +57,5 @@ PV_hawkboard = "2009.08+gitr${SRCREV}" S = "${WORKDIR}/git" + +RRECOMMENDS_${PN}_omap3-touchbook = "u-boot-fw-utils"