summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>2011-09-28 16:07:58 +0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:51 +0000
commit386e75b7f0a5c9568b621be4079a30234c1fc3af (patch)
treeadcdbb8f2c49e2d3046e5e6290e691cce15c1dee /meta/recipes-bsp
parentf72a801d51ae3dbcdac3bcb0db3ec4c3bc74aa5d (diff)
downloadpoky-386e75b7f0a5c9568b621be4079a30234c1fc3af.tar.gz
apmd: use ${HOST_SYS}-libtool
libtool-cross uses ${HOST_SYS}- prefix while building and installing. In some cases that may be different from ${TARGET_PREFIX}, that is currently used in apmd recipe. It's better to have them consistent. (From OE-Core rev: 5f1fac618fa099f6fc78cbc98f18d1c0ab792abf) (From OE-Core rev: eda6005d2dfcf163f12e3c5cc447ea3ad495a0bb) Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/apmd/apmd_3.2.2-14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
index e80e108ca5..bf53cc650a 100644
--- a/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
+++ b/meta/recipes-bsp/apmd/apmd_3.2.2-14.bb
@@ -34,7 +34,7 @@ INITSCRIPT_PARAMS = "defaults"
34 34
35do_compile() { 35do_compile() {
36 # apmd doesn't use whole autotools. Just libtool for installation 36 # apmd doesn't use whole autotools. Just libtool for installation
37 oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool" apm apmd 37 oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd
38} 38}
39 39
40do_install() { 40do_install() {