summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/apmd/apmd/linkage.patch
Commit message (Collapse)AuthorAgeFilesLines
* apmd: fix build with static libraries disabledRoss Burton2016-02-151-0/+53
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>