From: Matthew McClintock Date: Fri, 14 Sep 2012 15:55:42 +0000 (-0500) Subject: u-boot_git.bb: u-boot depends on libgcc X-Git-Tag: 2.1~534^2~399 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01f3e92be63c3723936c4bbb1e3fdcb5556d0609;p=meta-freescale.git 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 --- diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index b2544152..86946b9c 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/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