From c52ca2293fefb9b38051341ad23d2a11bab87ed0 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Fri, 14 Sep 2012 10:55:42 -0500 Subject: u-boot_git.bb: u-boot depends on libgcc Fixes linker issues where we are missing symbols such as _restgpr_NN_x Signed-off-by: Matthew McClintock --- recipes-kernel/u-boot/u-boot_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index b254415..86946b9 100644 --- a/recipes-kernel/u-boot/u-boot_git.bb +++ b/recipes-kernel/u-boot/u-boot_git.bb @@ -5,9 +5,9 @@ PROVIDES = "virtual/bootloader" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -PR = "r21" +PR = "r22" INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" +DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" inherit deploy -- cgit v1.2.3-54-g00ecf