diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-17 13:33:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 07:39:32 +0000 |
commit | c00186377d74b62a2387ef1399e1f1b89725c5b9 (patch) | |
tree | aab6b191cf038942c40887d2cfb04b5ca1608b17 /scripts/recipetool | |
parent | a46dc87c92b4cf3f56c17b6f1d6e53ed0583bc09 (diff) | |
download | poky-c00186377d74b62a2387ef1399e1f1b89725c5b9.tar.gz |
libsdl2: Fix build with static libraries disabled
libsdl2 was using foo.o in Makefile dependencies but if libtool is
being used then those are the statically linked intermediate files.
When static libraries are globally disabled they won't be generated by
libtool so the build fails.
Instead, use the libtool intermediate wrapper .lo files so the build
succeeds.
(From OE-Core rev: 3f935a6e9155e81165e26e94fd6c8504b272441e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/recipetool')
0 files changed, 0 insertions, 0 deletions