diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:26:23 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-25 15:28:33 -0300 |
commit | fd290be103bd6350dc6a448a6af45d2baa745dea (patch) | |
tree | d5feef62b973de5846c720100a25cac835ffa0d6 | |
parent | 561842ac3e1e9f59536dbbbc4a81876f9e0df97b (diff) | |
download | meta-fsl-arm-fd290be103bd6350dc6a448a6af45d2baa745dea.tar.gz |
u-boot-fslc-mxsboot: Use sysroot contents for native builds
This fixes the build to not link and user host OpenSSL contents.
Change-Id: I5d088d791a83c4b24ee6ea85037c82103c12fb3f
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb index 7b5df2d..b8b0151 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb | |||
@@ -12,7 +12,7 @@ SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | EXTRA_OEMAKE = 'HOSTCC="${CC}" HOSTLD="${LD}" HOSTSTRIP=true CONFIG_MX28=y' | 15 | EXTRA_OEMAKE = 'HOSTCC="${CC} ${CPPFLAGS}" HOSTLDFLAGS="-L${libdir} -L${base_libdir}" HOSTSTRIP=true CONFIG_MX28=y' |
16 | 16 | ||
17 | do_compile () { | 17 | do_compile () { |
18 | oe_runmake tools | 18 | oe_runmake tools |