summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test_5.4.1.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-08-22 14:11:39 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-23 21:02:02 -0300
commit2d34466354fb1083104024766438a867a5c75fde (patch)
treec2e7b5bdf03b133753514bdec3c6c9c495e5a5b1 /recipes-bsp/imx-test/imx-test_5.4.1.bb
parentf8f2a543cab9a449b68e6b4fba2cb152b740f40d (diff)
downloadmeta-fsl-arm-2d34466354fb1083104024766438a867a5c75fde.tar.gz
imx-test: 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>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test_5.4.1.bb')
-rw-r--r--recipes-bsp/imx-test/imx-test_5.4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test_5.4.1.bb b/recipes-bsp/imx-test/imx-test_5.4.1.bb
index 04aad14..e33cc8d 100644
--- a/recipes-bsp/imx-test/imx-test_5.4.1.bb
+++ b/recipes-bsp/imx-test/imx-test_5.4.1.bb
@@ -5,4 +5,6 @@ include imx-test.inc
5SRC_URI[md5sum] = "fa1a5cdcfbdd6a3fed0ab4a5fd1f97bc" 5SRC_URI[md5sum] = "fa1a5cdcfbdd6a3fed0ab4a5fd1f97bc"
6SRC_URI[sha256sum] = "997ec10bdc6991e9687a2c2fa5816bb50b08d73bcfe4093f988a7cac4bf0b06a" 6SRC_URI[sha256sum] = "997ec10bdc6991e9687a2c2fa5816bb50b08d73bcfe4093f988a7cac4bf0b06a"
7 7
8PR = "r1"
9
8COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" 10COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"