| Submitter | Andrei Gherzan |
|---|---|
| Date | April 5, 2012, 8:54 p.m. |
| Message ID | <cover.1333659001.git.andrei@gherzan.ro> |
| Download | mbox |
| Permalink | /patch/25237/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib ag/pythonbug2Comments
On 04/05/2012 01:54 PM, Andrei Gherzan wrote: > The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: > > self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) > > are available in the git repository at: > git://git.yoctoproject.org/poky-contrib ag/pythonbug2 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/pythonbug2 > > Andrei Gherzan (6): > gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in > include/gdbm Merged into OE-Core > python: Add patch for 64bit platform > python: Add patch to search for db.h in inc_dirs and remove warning > python: Add patch to avoid warning about bsddb module > python: Add patch to avoid warning about _tkinter > python: Add patch to avoid warning about sunaudiodev module > We are going hold these, I will be integrating them into a master-next for holding. Thanks Sau! > .../python/python/avoid_warning_about_bsddb.patch | 23 ++++++++ > .../python/avoid_warning_about_tkinter.patch | 25 +++++++++ > .../avoid_warning_for_sunos_specific_module.patch | 23 ++++++++ > .../python/check-if-target-is-64b-not-host.patch | 57 ++++++++++++++++++++ > ...search_db_h_in_inc_dirs_and_avoid_warning.patch | 40 ++++++++++++++ > meta/recipes-devtools/python/python_2.7.2.bb | 7 ++- > meta/recipes-support/gdbm/gdbm_1.10.bb | 13 ++++- > 7 files changed, 186 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_bsddb.patch > create mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch > create mode 100644 meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch > create mode 100644 meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch > create mode 100644 meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch >
On 06.04.2012 05:20, Saul Wold wrote: > On 04/05/2012 01:54 PM, Andrei Gherzan wrote: >> The following changes since commit >> 5607729d9901c394b7cd4db6e38fe7fb19116f39: >> >> self-hosted-image: Increase space for build and allow builder user >> sudo access (2012-04-04 17:17:55 +0100) >> >> are available in the git repository at: >> git://git.yoctoproject.org/poky-contrib ag/pythonbug2 >> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/pythonbug2 >> >> Andrei Gherzan (6): >> gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in >> include/gdbm > Merged into OE-Core > >> python: Add patch for 64bit platform I think this patch is quite important, because building python on 32-bit vs. 64-bit build systems currently yields different results. >> python: Add patch to search for db.h in inc_dirs and remove warning >> python: Add patch to avoid warning about bsddb module >> python: Add patch to avoid warning about _tkinter >> python: Add patch to avoid warning about sunaudiodev module >> > We are going hold these, I will be integrating them into a master-next > for holding. > > Thanks > > Sau!
On 04/05/2012 01:54 PM, Andrei Gherzan wrote: > The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: > > self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) > > are available in the git repository at: > git://git.yoctoproject.org/poky-contrib ag/pythonbug2 > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/pythonbug2 > > Andrei Gherzan (6): > gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in > include/gdbm > python: Add patch for 64bit platform > python: Add patch to search for db.h in inc_dirs and remove warning > python: Add patch to avoid warning about bsddb module > python: Add patch to avoid warning about _tkinter > python: Add patch to avoid warning about sunaudiodev module > > .../python/python/avoid_warning_about_bsddb.patch | 23 ++++++++ > .../python/avoid_warning_about_tkinter.patch | 25 +++++++++ > .../avoid_warning_for_sunos_specific_module.patch | 23 ++++++++ > .../python/check-if-target-is-64b-not-host.patch | 57 ++++++++++++++++++++ > ...search_db_h_in_inc_dirs_and_avoid_warning.patch | 40 ++++++++++++++ > meta/recipes-devtools/python/python_2.7.2.bb | 7 ++- > meta/recipes-support/gdbm/gdbm_1.10.bb | 13 ++++- > 7 files changed, 186 insertions(+), 2 deletions(-) > create mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_bsddb.patch > create mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch > create mode 100644 meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch > create mode 100644 meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch > create mode 100644 meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch > All of these have been merged into OE-Core, the gdbm one was added added earlier for 1.2. Thanks for your contributions Sau!
The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ag/pythonbug2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ag/pythonbug2 Andrei Gherzan (6): gdbm: Activate -enable-libgdbm-compat and add symlinks to headers in include/gdbm python: Add patch for 64bit platform python: Add patch to search for db.h in inc_dirs and remove warning python: Add patch to avoid warning about bsddb module python: Add patch to avoid warning about _tkinter python: Add patch to avoid warning about sunaudiodev module .../python/python/avoid_warning_about_bsddb.patch | 23 ++++++++ .../python/avoid_warning_about_tkinter.patch | 25 +++++++++ .../avoid_warning_for_sunos_specific_module.patch | 23 ++++++++ .../python/check-if-target-is-64b-not-host.patch | 57 ++++++++++++++++++++ ...search_db_h_in_inc_dirs_and_avoid_warning.patch | 40 ++++++++++++++ meta/recipes-devtools/python/python_2.7.2.bb | 7 ++- meta/recipes-support/gdbm/gdbm_1.10.bb | 13 ++++- 7 files changed, 186 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_bsddb.patch create mode 100644 meta/recipes-devtools/python/python/avoid_warning_about_tkinter.patch create mode 100644 meta/recipes-devtools/python/python/avoid_warning_for_sunos_specific_module.patch create mode 100644 meta/recipes-devtools/python/python/check-if-target-is-64b-not-host.patch create mode 100644 meta/recipes-devtools/python/python/search_db_h_in_inc_dirs_and_avoid_warning.patch