]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
apmd: fix build with static libraries disabled
authorRoss Burton <ross.burton@intel.com>
Mon, 15 Feb 2016 15:56:33 +0000 (15:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Feb 2016 16:28:25 +0000 (16:28 +0000)
commita3dbd98970683c410edee5e15e5fe72643953adf
treeb85fad2efe416857193e793473c8c5d7eb121d6c
parent0f2ef4304e6a6f18b4ed13f59000b4a1daa35f6b
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>
meta/recipes-bsp/apmd/apmd/linkage.patch [new file with mode: 0644]
meta/recipes-bsp/apmd/apmd_3.2.2-15.bb