diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-15 15:56:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:25 +0000 |
commit | a3dbd98970683c410edee5e15e5fe72643953adf (patch) | |
tree | b85fad2efe416857193e793473c8c5d7eb121d6c /scripts/oe-setup-builddir | |
parent | 0f2ef4304e6a6f18b4ed13f59000b4a1daa35f6b (diff) | |
download | openembedded-core-a3dbd98970683c410edee5e15e5fe72643953adf.tar.gz openembedded-core-a3dbd98970683c410edee5e15e5fe72643953adf.tar.bz2 openembedded-core-a3dbd98970683c410edee5e15e5fe72643953adf.zip |
apmd: fix build with static libraries disabled
apmd 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-cross so the build fails.
Instead, use the libtool intermediate wrapper .lo files so the build succeeds.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-setup-builddir')
0 files changed, 0 insertions, 0 deletions