diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-04-19 10:42:11 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-04-19 10:53:07 -0300 |
| commit | b028f5d9a8d9df8ebbfe776115b3e4f7b8c735a5 (patch) | |
| tree | 08d43713971548d710231056394775e6e5eeaa5c /meta-fsl-arm | |
| parent | 06be297d2a9fb87989de13c9c03457415547dd1b (diff) | |
| download | meta-freescale-b028f5d9a8d9df8ebbfe776115b3e4f7b8c735a5.tar.gz | |
u-boot-fslc: Fix native contamination for libssl
In case host does not have libssl available, mkimage will fail to run
as the linking flags where not complete.
Fixes [YOCTO: #6098]
Change-Id: Ia7bd80b500ac6e60357f1e61d304bee4e3cb6832
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc index 485c252e7..4ed19d649 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc.inc | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # Copyright (C) 2012, 2013 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. |
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 3 | 3 | ||
| 4 | require recipes-bsp/u-boot/u-boot.inc | 4 | require recipes-bsp/u-boot/u-boot.inc |
| @@ -22,7 +22,7 @@ S = "${WORKDIR}/git" | |||
| 22 | # used for generating the boot logo and other tools used | 22 | # used for generating the boot logo and other tools used |
| 23 | # during the build process. | 23 | # during the build process. |
| 24 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \ | 24 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \ |
| 25 | HOSTLDFLAGS="-L${STAGING_BASE_LIBDIR_NATIVE} -L${STAGING_LIBDIR_NATIVE}" \ | 25 | HOSTLDFLAGS="${BUILD_LDFLAGS}" \ |
| 26 | HOSTSTRIP=true' | 26 | HOSTSTRIP=true' |
| 27 | 27 | ||
| 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
