[meta-freescale] [PATCH 06/27] u-boot_git.bb: libgcc is required for multilib builds too

Matthew McClintock msm at freescale.com
Thu Nov 29 11:15:30 PST 2012


Signed-off-by: Matthew McClintock <msm at freescale.com>
---
 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 a8b58a5..e0b99a6 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
 
-PR = "r27"
+PR = "r28"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
 
@@ -33,7 +33,7 @@ TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
 TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
 WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
 
-DEPENDS_append_e6500-64b = " lib32-gcc-cross"
+DEPENDS_append_e6500-64b = " lib32-gcc-cross lib32-libgcc"
 PATH_append_e6500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
 TOOLCHAIN_OPTIONS_append_e6500-64b = "/../lib32-${MACHINE}"
 TARGET_VENDOR_virtclass-multilib-lib32 ?= "-${DISTRO}mllib32"
-- 
1.7.9.7





More information about the meta-freescale mailing list