| Submitter | Saul Wold |
|---|---|
| Date | Sept. 18, 2011, 11:03 p.m. |
| Message ID | <cover.1316386910.git.sgw@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/11677/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib sgw/oe-fixComments
On Sun, 2011-09-18 at 16:03 -0700, Saul Wold wrote: > This has a host contamination fix for texinfo and a non-gplv3 build > fix, some konsole fixes from Paul. > > These should go in before RC3. > > Thanks > Sau! > > > The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c58cb9: > > sanity: disable mirrors for connectivity check (2011-09-16 18:07:19 +0100) > > are available in the git repository at: > git://git.yoctoproject.org/poky-contrib sgw/oe-fix > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/oe-fix > > Joshua Lock (1): > texinfo: several changes to build without zlib and ncurses headers on > host > > Paul Eggleton (2): > lib/oe/terminal.py: declare konsole from KDE 4.x as unsupported > sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMD > > Saul Wold (1): > base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list Merged to master, thanks. Richard
This has a host contamination fix for texinfo and a non-gplv3 build fix, some konsole fixes from Paul. These should go in before RC3. Thanks Sau! The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c58cb9: sanity: disable mirrors for connectivity check (2011-09-16 18:07:19 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib sgw/oe-fix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/oe-fix Joshua Lock (1): texinfo: several changes to build without zlib and ncurses headers on host Paul Eggleton (2): lib/oe/terminal.py: declare konsole from KDE 4.x as unsupported sanity.bbclass: add a sanity check for KDE 4.x konsole in TERMCMD Saul Wold (1): base.bbclass: add crosssdk items to INCOMPATIBLE_LICENSE exclude list meta/classes/base.bbclass | 2 +- meta/classes/sanity.bbclass | 6 +++ meta/lib/oe/terminal.py | 27 ++++++++++++ .../texinfo-4.13a/disable-native-tools.patch | 43 ++++++++++++++++++++ .../texinfo/texinfo-4.13a/gettext-macros.patch | 34 +++++++++++++++ .../texinfo/texinfo-4.13a/link-zip.patch | 16 +++++++ meta/recipes-extended/texinfo/texinfo_4.13a.bb | 24 +++++----- 7 files changed, 139 insertions(+), 13 deletions(-) create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/disable-native-tools.patch create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch