2010/11/5 Paul Menzel <[email protected]>: > Am Freitag, den 05.11.2010, 13:08 +0100 schrieb Frans Meulenbroeks: >> configure.ac matches target_system against *os2* to detect if we're >> configuring for an os2 system. Unfortunately this also matches if the >> target_system is nios-linux (which is not an os2 system :-) ) >> This patch adds an additional case. The patch is added to the individual >> recipes and also made upstream. > > Please add a link to this commit message and the patch headers pointing > to the upstream commit, list message or ticket. > >> Patch is tested by fully building 1.3.2 and by running >> bitbake -c patch for the other recipes. >> >> Signed-off-by: Frans Meulenbroeks <[email protected]> >> >> a--- >> .../xorg-lib/libx11-1.1.5/configure.ac-nios2.patch | 12 ++++++++++++ >> .../xorg-lib/libx11-1.3.2/configure.ac-nios2.patch | 12 ++++++++++++ >> .../xorg-lib/libx11-1.3.6/configure.ac-nios2.patch | 12 ++++++++++++ >> .../libx11-1.3.99.903/configure.ac-nios2.patch | 12 ++++++++++++ >> recipes/xorg-lib/libx11_1.1.5.bb | 3 ++- >> recipes/xorg-lib/libx11_1.3.2.bb | 3 ++- >> recipes/xorg-lib/libx11_1.3.6.bb | 3 ++- >> recipes/xorg-lib/libx11_1.3.99.903.bb | 3 ++- >> 8 files changed, 56 insertions(+), 4 deletions(-) >> create mode 100644 recipes/xorg-lib/libx11-1.1.5/configure.ac-nios2.patch >> create mode 100644 recipes/xorg-lib/libx11-1.3.2/configure.ac-nios2.patch >> create mode 100644 recipes/xorg-lib/libx11-1.3.6/configure.ac-nios2.patch >> create mode 100644 >> recipes/xorg-lib/libx11-1.3.99.903/configure.ac-nios2.patch >> >> diff --git a/recipes/xorg-lib/libx11-1.1.5/configure.ac-nios2.patch >> b/recipes/xorg-lib/libx11-1.1.5/configure.ac-nios2.patch >> new file mode 100644 >> index 0000000..5605a59 >> --- /dev/null >> +++ b/recipes/xorg-lib/libx11-1.1.5/configure.ac-nios2.patch >> @@ -0,0 +1,12 @@ >> +Index: libX11-1.3.2/configure.ac >> +=================================================================== >> +--- libX11-1.3.2.orig/configure.ac 2010-11-05 10:30:33.825536983 +0100 >> ++++ libX11-1.3.2/configure.ac 2010-11-05 10:31:25.913899269 +0100 >> +@@ -202,6 +202,7 @@ >> + # arch specific things >> + WCHAR32="1" >> + case $target_alias in >> ++ nios2*) os2="false" ;; >> + *os2*) os2="true" ; WCHAR32="0" ;; >> + *) ;; >> + esac > > It looks like these three patches are exactly the same. Would one file > in the version independent directory be enough? > > […]
They are exactly the same. I discussed this with Martin Jansa on irc, and we felt it would be best to submit the patch upstream. Then if it is in the inc file, it needs to be taken out again when the next version comes. Hence it was put in the individual files. BTW it looks like upstream might go for a slightly different patch. I'll leave it to Martin to decide whether to go for that one or for this one (he is on cc of the upstream correspondence). I'll be afk next week so can't give followup on this. Frans _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
