]> code.ossystems Code Review - meta-freescale.git/commitdiff
xf86-video-imxfb-vivante: obey LDFLAGS settings
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 22 Aug 2016 16:50:20 +0000 (13:50 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 24 Aug 2016 02:26:55 +0000 (23:26 -0300)
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>
recipes-graphics/xorg-driver/xf86-video-imxfb-vivante.inc
recipes-graphics/xorg-driver/xf86-video-imxfb-vivante_5.0.11.p8.4.bb

index aa37555a1515a775096caea27e5db3dc22e30613..8bac15161cc266562ffff127a7a6754d3a1ab6e1 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015 Freescale Semiconductor
-# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 require recipes-graphics/xorg-driver/xorg-driver-video.inc
@@ -21,6 +21,7 @@ INITSCRIPT_PARAMS = "start 99 2 3 4 5 ."
 
 EXTRA_OEMAKE += "-C ${S} -f Makefile prefix=${D}/usr \
                  sysroot=${STAGING_DIR_TARGET} \
+                 LFLAGS="${LDFLAGS}" \
                  BUSID_HAS_NUMBER=1 \
                  BUILD_IN_YOCTO=1 \
                  XSERVER_GREATER_THAN_13=1"
index 497d37a2968e2c942406f5f2f4f9bc048ce7415a..8276fb5a3c00ad34ce8151e1e612d68726676e1c 100644 (file)
@@ -8,3 +8,5 @@ SRC_URI += "file://Stop-using-Git-to-write-local-version.patch"
 
 SRC_URI[md5sum] = "7a2c8d4e56c33b9692d252193f00ef44"
 SRC_URI[sha256sum] = "ddb6de9e00ce0b22f6c905eaf6694424413eade53ef6cd3b36e20ac99dcc0e0f"
+
+PR = "r1"