summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-08-22 13:50:20 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-23 20:57:31 -0300
commit16639f4bcd2b9a358532278f2bef197fb2e496a9 (patch)
tree93f167426873ca2bdcfb1af26b2cf60e31f03d88
parentb7d36bba2baef0ddbc45d4eef23183ce41d9adcc (diff)
downloadmeta-fsl-arm-16639f4bcd2b9a358532278f2bef197fb2e496a9.tar.gz
xf86-video-imxfb-vivante: obey LDFLAGS settings
The gcc-cross default linker hash has been changed in OE-Core:fa436aeb, due that the broken recipes (which were not respecting the set LDFLAGS settings) are now exposed. This fixes the error setting the need Make flags so the build system obey the LDFLAGS setting. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc3
-rw-r--r--recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.4.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
index aa37555..8bac151 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
@@ -1,5 +1,5 @@
1# Copyright (C) 2012-2015 Freescale Semiconductor 1# Copyright (C) 2012-2015 Freescale Semiconductor
2# Copyright (C) 2012-2014 O.S. Systems Software LTDA. 2# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
3# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
4 4
5require recipes-graphics/xorg-driver/xorg-driver-video.inc 5require recipes-graphics/xorg-driver/xorg-driver-video.inc
@@ -21,6 +21,7 @@ INITSCRIPT_PARAMS = "start 99 2 3 4 5 ."
21 21
22EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \ 22EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \
23 sysroot=${STAGING_DIR_TARGET} \ 23 sysroot=${STAGING_DIR_TARGET} \
24 LFLAGS="${LDFLAGS}" \
24 BUSID_HAS_NUMBER=1 \ 25 BUSID_HAS_NUMBER=1 \
25 BUILD_IN_YOCTO=1 \ 26 BUILD_IN_YOCTO=1 \
26 XSERVER_GREATER_THAN_13=1" 27 XSERVER_GREATER_THAN_13=1"
diff --git a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.4.bb b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.4.bb
index 497d37a..8276fb5 100644
--- a/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.4.bb
+++ b/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.4.bb
@@ -8,3 +8,5 @@ SRC_URI += "file://Stop-using-Git-to-write-local-version.patch"
8 8
9SRC_URI[md5sum] = "7a2c8d4e56c33b9692d252193f00ef44" 9SRC_URI[md5sum] = "7a2c8d4e56c33b9692d252193f00ef44"
10SRC_URI[sha256sum] = "ddb6de9e00ce0b22f6c905eaf6694424413eade53ef6cd3b36e20ac99dcc0e0f" 10SRC_URI[sha256sum] = "ddb6de9e00ce0b22f6c905eaf6694424413eade53ef6cd3b36e20ac99dcc0e0f"
11
12PR = "r1"