* [PATCH] apmd: use ${HOST_SYS}-libtool
@ 2011-09-28 12:07 Andrew Gabbasov
2011-09-28 20:40 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Gabbasov @ 2011-09-28 12:07 UTC (permalink / raw)
To: openembedded-core
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 <andrew_gabbasov@mentor.com>
---
meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 2 +-
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 e80e108..bf53cc6 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() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] apmd: use ${HOST_SYS}-libtool
2011-09-28 12:07 [PATCH] apmd: use ${HOST_SYS}-libtool Andrew Gabbasov
@ 2011-09-28 20:40 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-09-28 20:40 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2011-09-28 at 16:07 +0400, Andrew Gabbasov wrote:
> 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 <andrew_gabbasov@mentor.com>
> ---
> meta/recipes-bsp/apmd/apmd_3.2.2-14.bb | 2 +-
> 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 e80e108..bf53cc6 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() {
I merged this and your three other patches to master, thanks.
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-28 20:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 12:07 [PATCH] apmd: use ${HOST_SYS}-libtool Andrew Gabbasov
2011-09-28 20:40 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox