diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-30 14:42:05 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-02 17:24:07 -0300 |
commit | 6de2c265e01b2809c8089fc056d23514bc39ec6c (patch) | |
tree | b5831dd35f0e7e7ee58abc6ad40198bd9c75a865 /recipes-graphics | |
parent | 692cd2f26718512343ee170bac6ba4dbc71e5fc9 (diff) | |
download | meta-freescale-6de2c265e01b2809c8089fc056d23514bc39ec6c.tar.gz |
xf86-video-imx-vivante: Set linker flags properly
Append LDFLAGS to LFLAGS instead of replacing LFLAGS.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb index fa3a1a35..9683930f 100644 --- a/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb +++ b/recipes-graphics/xorg-driver/xf86-video-imx-vivante_6.2.4.p1.2.bb | |||
@@ -27,10 +27,10 @@ INITSCRIPT_PARAMS = "start 99 2 3 4 5 ." | |||
27 | EXTRA_OEMAKE += "prefix=${exec_prefix} \ | 27 | EXTRA_OEMAKE += "prefix=${exec_prefix} \ |
28 | sysroot=${STAGING_DIR_TARGET} \ | 28 | sysroot=${STAGING_DIR_TARGET} \ |
29 | SDKTARGETSYSROOT=${STAGING_DIR_HOST} \ | 29 | SDKTARGETSYSROOT=${STAGING_DIR_HOST} \ |
30 | LFLAGS="${LDFLAGS}" \ | ||
31 | BUSID_HAS_NUMBER=1 \ | 30 | BUSID_HAS_NUMBER=1 \ |
32 | BUILD_IN_YOCTO=1 \ | 31 | BUILD_IN_YOCTO=1 \ |
33 | XSERVER_GREATER_THAN_13=1" | 32 | XSERVER_GREATER_THAN_13=1" |
33 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
34 | 34 | ||
35 | PACKAGES =+ "xserver-xorg-extension-viv-autohdmi" | 35 | PACKAGES =+ "xserver-xorg-extension-viv-autohdmi" |
36 | 36 | ||