summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-12-10 14:22:42 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-12 18:10:22 +0000
commit3c1c16b96d2bd032d4114484403ee982927360e8 (patch)
treeae4782b81d0a2b98da21e7ce174710127ca9af9b /meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
parentcd5aa858a8a6133f1e6f419f2c00ff27be90c7eb (diff)
downloadpoky-3c1c16b96d2bd032d4114484403ee982927360e8.tar.gz
apmd: remove obsolete support for renamed libtool
libtool is now longer renamed to ${host}-libtool, so remove the changes to support this. (From OE-Core rev: d772775b3f77a753e8401dba3b4a73d5246a290f) Signed-off-by: Ross Burton <ross.burton@arm.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.bb2
1 files changed, 1 insertions, 1 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 da17e5a235..1779e8b2a0 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb
@@ -43,7 +43,7 @@ EXTRA_OEMAKE = "-e MAKEFLAGS="
43 43
44do_compile() { 44do_compile() {
45 # apmd doesn't use whole autotools. Just libtool for installation 45 # apmd doesn't use whole autotools. Just libtool for installation
46 oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd 46 oe_runmake apm apmd
47} 47}
48 48
49do_install() { 49do_install() {