]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot_git.bb: u-boot depends on libgcc
authorMatthew McClintock <msm@freescale.com>
Fri, 14 Sep 2012 15:55:42 +0000 (10:55 -0500)
committerMatthew McClintock <msm@freescale.com>
Fri, 14 Sep 2012 15:55:48 +0000 (10:55 -0500)
Fixes linker issues where we are missing symbols such as
_restgpr_NN_x

Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb

index b25441529587d403316e571700d4595186337852..86946b9c7b3f30f9efe40c8353816a757f5ae52b 100644 (file)
@@ -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