mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
libtool: remove host information from libtool
Import patch from Debian. (From OE-Core rev: b2e0b383a17a3cd450adb3d86f7f818729438375) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e23c103434
commit
c68d44cd0c
@@ -0,0 +1,21 @@
|
|||||||
|
libtool: remove host specific info from header file
|
||||||
|
|
||||||
|
https://sources.debian.org/data/main/libt/libtool/2.4.6-10/debian/patches/
|
||||||
|
no_hostname.patch
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [not author]
|
||||||
|
Signed-off-by: Joe Slater <joe.slater@windriver.com>
|
||||||
|
|
||||||
|
---
|
||||||
|
Index: libtool-2.4.6/m4/libtool.m4
|
||||||
|
===================================================================
|
||||||
|
--- libtool-2.4.6.orig/m4/libtool.m4
|
||||||
|
+++ libtool-2.4.6/m4/libtool.m4
|
||||||
|
@@ -728,7 +728,6 @@ _LT_CONFIG_SAVE_COMMANDS([
|
||||||
|
cat <<_LT_EOF >> "$cfgfile"
|
||||||
|
#! $SHELL
|
||||||
|
# Generated automatically by $as_me ($PACKAGE) $VERSION
|
||||||
|
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
|
||||||
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||||
|
|
||||||
|
# Provide generalized library-building support services.
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
require libtool-${PV}.inc
|
require libtool-${PV}.inc
|
||||||
|
|
||||||
SRC_URI += "file://multilib.patch"
|
SRC_URI += "file://multilib.patch file://debian-no_hostname.patch"
|
||||||
|
|
||||||
RDEPENDS_${PN} += "bash"
|
RDEPENDS_${PN} += "bash"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user