Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
u-boot-fslc: Fix native contamination for libssl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
otavio committed Apr 19, 2014
1 parent 97d7c52 commit bf431b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-bsp/u-boot/u-boot-fslc.inc
@@ -1,4 +1,4 @@
# Copyright (C) 2012, 2013 O.S. Systems Software LTDA.
# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)

require recipes-bsp/u-boot/u-boot.inc
Expand All @@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
# used for generating the boot logo and other tools used
# during the build process.
EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \
HOSTLDFLAGS="-L${STAGING_BASE_LIBDIR_NATIVE} -L${STAGING_LIBDIR_NATIVE}" \
HOSTLDFLAGS="${BUILD_LDFLAGS}" \
HOSTSTRIP=true'

PACKAGE_ARCH = "${MACHINE_ARCH}"
Expand Down

0 comments on commit bf431b0

Please sign in to comment.