diff options
-rwxr-xr-x | meta/recipes-devtools/libtool/libtool/debian-no_hostname.patch | 21 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.6.bb | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libtool/libtool/debian-no_hostname.patch b/meta/recipes-devtools/libtool/libtool/debian-no_hostname.patch new file mode 100755 index 0000000000..5add0cca3b --- /dev/null +++ b/meta/recipes-devtools/libtool/libtool/debian-no_hostname.patch | |||
@@ -0,0 +1,21 @@ | |||
1 | libtool: remove host specific info from header file | ||
2 | |||
3 | https://sources.debian.org/data/main/libt/libtool/2.4.6-10/debian/patches/ | ||
4 | no_hostname.patch | ||
5 | |||
6 | Upstream-Status: Inappropriate [not author] | ||
7 | Signed-off-by: Joe Slater <joe.slater@windriver.com> | ||
8 | |||
9 | --- | ||
10 | Index: libtool-2.4.6/m4/libtool.m4 | ||
11 | =================================================================== | ||
12 | --- libtool-2.4.6.orig/m4/libtool.m4 | ||
13 | +++ libtool-2.4.6/m4/libtool.m4 | ||
14 | @@ -728,7 +728,6 @@ _LT_CONFIG_SAVE_COMMANDS([ | ||
15 | cat <<_LT_EOF >> "$cfgfile" | ||
16 | #! $SHELL | ||
17 | # Generated automatically by $as_me ($PACKAGE) $VERSION | ||
18 | -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | ||
19 | # NOTE: Changes made to this file will be lost: look at ltmain.sh. | ||
20 | |||
21 | # Provide generalized library-building support services. | ||
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb index f5fdd00e5e..a5715faaa9 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool-${PV}.inc | 1 | require libtool-${PV}.inc |
2 | 2 | ||
3 | SRC_URI += "file://multilib.patch" | 3 | SRC_URI += "file://multilib.patch file://debian-no_hostname.patch" |
4 | 4 | ||
5 | RDEPENDS_${PN} += "bash" | 5 | RDEPENDS_${PN} += "bash" |
6 | 6 | ||