summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-09-14 10:55:42 -0500
committerMatthew McClintock <msm@freescale.com>2012-09-14 10:55:48 -0500
commitc52ca2293fefb9b38051341ad23d2a11bab87ed0 (patch)
treebcf659ec47923fe3b331f80fc7d08ad23b3f1f18
parentf3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd (diff)
downloadmeta-fsl-ppc-c52ca2293fefb9b38051341ad23d2a11bab87ed0.tar.gz
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 <msm@freescale.com>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb4
1 files 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"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r21" 8PR = "r22"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
11 11
12inherit deploy 12inherit deploy
13 13