summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison/bison-2.3_m4.patch1
-rw-r--r--meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch2
-rw-r--r--meta/recipes-devtools/bison/bison/m4.patch1
-rw-r--r--meta/recipes-devtools/bison/bison/uclibc-sched_param-def.patch2
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 @@
1Upstream-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 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1help2man 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. 3help2man 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
3Date: 2010/06/28 5Date: 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 @@
1Upstream-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 @@
1Upstream-Status: Pending
2
1uclibc defines __GLIBC__ but it does not expose struct shed_param as much as glibc 3uclibc defines __GLIBC__ but it does not expose struct shed_param as much as glibc
2and is not needed too per standard. gnulib attempts to use it but we have to account 4and is not needed too per standard. gnulib attempts to use it but we have to account
3for it because in this case uclibc does not behave like glibc. 5for it because in this case uclibc does not behave like glibc.