summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-15 15:56:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-15 16:28:46 +0000
commitb050c50f04968ab3311a06a602942fa24f2a93f3 (patch)
tree600ecf71ef6e5f010a1f04aae3c5be1d756b23ab /meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
parentd585a716d26c93f97fe0fbf91a32c0ccaf14ec2b (diff)
downloadpoky-b050c50f04968ab3311a06a602942fa24f2a93f3.tar.gz
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>
Diffstat (limited to 'meta/recipes-bsp/apmd/apmd_3.2.2-15.bb')
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-15.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
index 917bb2cc83..4ff6ad087c 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
@@ -14,6 +14,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/apmd/apmd_3.2.2.orig.tar.gz;name=tarball \
14 file://libtool.patch \ 14 file://libtool.patch \
15 file://unlinux.patch \ 15 file://unlinux.patch \
16 file://wexitcode.patch \ 16 file://wexitcode.patch \
17 file://linkage.patch \
17 file://init \ 18 file://init \
18 file://default \ 19 file://default \
19 file://apmd_proxy \ 20 file://apmd_proxy \