diff options
| author | Matthew McClintock <msm@freescale.com> | 2012-09-14 10:55:42 -0500 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2012-09-14 10:55:48 -0500 |
| commit | c52ca2293fefb9b38051341ad23d2a11bab87ed0 (patch) | |
| tree | bcf659ec47923fe3b331f80fc7d08ad23b3f1f18 /recipes-kernel | |
| parent | f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd (diff) | |
| download | meta-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>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 4 |
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" | |||
| 5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
| 7 | 7 | ||
| 8 | PR = "r21" | 8 | PR = "r22" |
| 9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
| 10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" | 10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" |
| 11 | 11 | ||
| 12 | inherit deploy | 12 | inherit deploy |
| 13 | 13 | ||
