diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-03 15:53:35 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-10 13:44:53 +0200 |
| commit | 817fc2a19b63908f0628f29c2940a1dc44563ef9 (patch) | |
| tree | f5884523ac76fda4b88bf416016ab713f3d8fff9 | |
| parent | 1258138ec55334a372d3c634fef5a13b769e4ffe (diff) | |
| download | meta-qt5-817fc2a19b63908f0628f29c2940a1dc44563ef9.tar.gz | |
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>
| -rw-r--r-- | recipes-qt/qtchooser/qtchooser_git.bb | 2 |
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}" | |||
| 16 | inherit pkgconfig | 16 | inherit pkgconfig |
| 17 | 17 | ||
| 18 | do_compile() { | 18 | do_compile() { |
| 19 | oe_runmake | 19 | oe_runmake LFLAGS='${LDFLAGS}' |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | do_install() { | 22 | do_install() { |
