diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-05-12 14:54:55 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-13 11:02:19 +0100 |
commit | 42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda (patch) | |
tree | 0975490ed068f1bf661eb23501e8869c43b3f3c9 /meta/recipes-devtools/bison | |
parent | 9233fdcee28366502565300b777862223b6974de (diff) | |
download | poky-42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda.tar.gz |
recipes: Update upstream-status of patches
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>
Diffstat (limited to 'meta/recipes-devtools/bison')
4 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch b/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch index 81bad934cb..348ce1d2bb 100644 --- a/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch +++ b/meta/recipes-devtools/bison/bison/bison-2.3_m4.patch | |||
@@ -1,3 +1,4 @@ | |||
1 | Upstream-Status: Pending | ||
1 | 2 | ||
2 | # | 3 | # |
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | 4 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher |
diff --git a/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch b/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch index 850ec06aa7..126cbaa1ac 100644 --- a/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch +++ b/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
1 | help2man is looking at the generated binary for help output. This does not work for cross compilations. So taking out the local PREPATH (../src) directory from path so that help2 man can find the native version of the bison in the native sysroot directory. | 3 | help2man is looking at the generated binary for help output. This does not work for cross compilations. So taking out the local PREPATH (../src) directory from path so that help2 man can find the native version of the bison in the native sysroot directory. |
2 | 4 | ||
3 | Date: 2010/06/28 | 5 | Date: 2010/06/28 |
diff --git a/meta/recipes-devtools/bison/bison/m4.patch b/meta/recipes-devtools/bison/bison/m4.patch index 9332354b50..0754a90dcd 100644 --- a/meta/recipes-devtools/bison/bison/m4.patch +++ b/meta/recipes-devtools/bison/bison/m4.patch | |||
@@ -1,3 +1,4 @@ | |||
1 | Upstream-Status: Pending | ||
1 | 2 | ||
2 | # | 3 | # |
3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | 4 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher |
diff --git a/meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch b/meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch index 50652d8bab..6774838ba8 100644 --- a/meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch +++ b/meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | uclibc defines __GLIBC__ but it does not expose struct shed_param as much as glibc | 3 | uclibc defines __GLIBC__ but it does not expose struct shed_param as much as glibc |
2 | and is not needed too per standard. gnulib attempts to use it but we have to account | 4 | and is not needed too per standard. gnulib attempts to use it but we have to account |
3 | for it because in this case uclibc does not behave like glibc. | 5 | for it because in this case uclibc does not behave like glibc. |