From: Andrew Gabbasov Date: Wed, 28 Sep 2011 12:07:58 +0000 (+0400) Subject: apmd: use ${HOST_SYS}-libtool X-Git-Tag: 2015-4~13274 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5f1fac618fa099f6fc78cbc98f18d1c0ab792abf;p=openembedded-core.git 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. Signed-off-by: Andrew Gabbasov Signed-off-by: Richard Purdie --- 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" do_compile() { # apmd doesn't use whole autotools. Just libtool for installation - oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool" apm apmd + oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" apm apmd } do_install() {