aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qtchooser
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2017-04-03 15:53:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-10 13:44:53 +0200
commit817fc2a19b63908f0628f29c2940a1dc44563ef9 (patch)
treef5884523ac76fda4b88bf416016ab713f3d8fff9 /recipes-qt/qtchooser
parent1258138ec55334a372d3c634fef5a13b769e4ffe (diff)
qtchooser: respect LDFLAGS
* fixes: qtchooser-39+git4717841185d34bbe450e3b24445f2d35e3325a6a: No GNU_HASH in the elf binary: '/tmp/work/armv5te-oe-linux-gnueabi/qtchooser/39+git4717841185d34bbe450e3b24445f2d35e3325a6a-r0/packages-split/qtchooser/usr/bin/qtchooser' [ldflags] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qtchooser')
-rw-r--r--recipes-qt/qtchooser/qtchooser_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qtchooser/qtchooser_git.bb b/recipes-qt/qtchooser/qtchooser_git.bb
index 68b1c808..f7656450 100644
--- a/recipes-qt/qtchooser/qtchooser_git.bb
+++ b/recipes-qt/qtchooser/qtchooser_git.bb
@@ -16,7 +16,7 @@ PV = "39+git${SRCREV}"
inherit pkgconfig
do_compile() {
- oe_runmake
+ oe_runmake LFLAGS='${LDFLAGS}'
}
do_install() {