generic-poky/meta/recipes-bsp/apmd
Ross Burton b050c50f04 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.

(From OE-Core rev: a3dbd98970683c410edee5e15e5fe72643953adf)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-15 16:28:46 +00:00
..
apmd apmd: fix build with static libraries disabled 2016-02-15 16:28:46 +00:00
apmd_3.2.2-15.bb apmd: fix build with static libraries disabled 2016-02-15 16:28:46 +00:00