All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe-core][PATCH] libtool: remove the hostname on which libtool was build
@ 2015-07-10  9:45 Zhang Xiao
  2015-07-10 11:03 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Zhang Xiao @ 2015-07-10  9:45 UTC (permalink / raw)
  To: openembedded-devel

Upstream-Status: pending

Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
---
 meta/recipes-devtools/libtool/libtool_2.4.6.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
index 45f1b2f..65972b0 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
@@ -15,6 +15,7 @@ do_install_append () {
             -e 's@^\(compiler_lib_search_path="\).*@\1${libdir} ${base_libdir}"@' \
             -e 's@^\(predep_objects="\).*@\1"@' \
             -e 's@^\(postdep_objects="\).*@\1"@' \
+            -e 's/configured on host.*/configured on buildserver/' \
             -i ${D}${bindir}/libtool
 }
 
-- 
1.8.5.2.233.g932f7e4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe-core][PATCH] libtool: remove the hostname on which libtool was build
  2015-07-10  9:45 [oe-core][PATCH] libtool: remove the hostname on which libtool was build Zhang Xiao
@ 2015-07-10 11:03 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-07-10 11:03 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]

On Fri, Jul 10, 2015 at 05:45:59PM +0800, Zhang Xiao wrote:
> Upstream-Status: pending

Wrong ML

> 
> Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
> ---
>  meta/recipes-devtools/libtool/libtool_2.4.6.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
> index 45f1b2f..65972b0 100644
> --- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb
> +++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
> @@ -15,6 +15,7 @@ do_install_append () {
>              -e 's@^\(compiler_lib_search_path="\).*@\1${libdir} ${base_libdir}"@' \
>              -e 's@^\(predep_objects="\).*@\1"@' \
>              -e 's@^\(postdep_objects="\).*@\1"@' \
> +            -e 's/configured on host.*/configured on buildserver/' \
>              -i ${D}${bindir}/libtool
>  }
>  
> -- 
> 1.8.5.2.233.g932f7e4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-10 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-10  9:45 [oe-core][PATCH] libtool: remove the hostname on which libtool was build Zhang Xiao
2015-07-10 11:03 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.