mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
47 lines
1.8 KiB
Diff
47 lines
1.8 KiB
Diff
Upstream-Status: Pending
|
|
|
|
Index: unix/tcl.m4
|
|
===================================================================
|
|
--- tcl8.4.11/unix.orig/tcl.m4
|
|
+++ tcl8.4.11/unix/tcl.m4
|
|
@@ -845,7 +845,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [
|
|
# results, and the version is kept in special file).
|
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
|
- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
|
|
+ system=MP-RAS-`awk '{print $3}' /etc/.relid`
|
|
fi
|
|
if test "`uname -s`" = "AIX" ; then
|
|
system=AIX-`uname -v`.`uname -r`
|
|
@@ -2250,7 +2250,7 @@ AC_DEFUN(SC_BLOCKING_STYLE, [
|
|
# results, and the version is kept in special file).
|
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
|
- system=MP-RAS-`awk '{print $3}' /etc/.relid'`
|
|
+ system=MP-RAS-`awk '{print $3}' /etc/.relid`
|
|
fi
|
|
if test "`uname -s`" = "AIX" ; then
|
|
system=AIX-`uname -v`.`uname -r`
|
|
Index: unix/configure
|
|
===================================================================
|
|
--- tcl8.4.11/unix.orig/configure
|
|
+++ tcl8.4.11/unix/configure
|
|
@@ -2130,7 +2130,7 @@ echo "configure:2121: checking system ve
|
|
# results, and the version is kept in special file).
|
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
|
- system=MP-RAS-`awk '{print }' /etc/.relid'`
|
|
+ system=MP-RAS-`awk '{print }' /etc/.relid`
|
|
fi
|
|
if test "`uname -s`" = "AIX" ; then
|
|
system=AIX-`uname -v`.`uname -r`
|
|
@@ -7608,7 +7608,7 @@ echo "configure:7600: checking FIONBIO v
|
|
# results, and the version is kept in special file).
|
|
|
|
if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
|
|
- system=MP-RAS-`awk '{print }' /etc/.relid'`
|
|
+ system=MP-RAS-`awk '{print }' /etc/.relid`
|
|
fi
|
|
if test "`uname -s`" = "AIX" ; then
|
|
system=AIX-`uname -v`.`uname -r`
|