From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 0/8] Fixes for oe-core's python 3 move
Date: Tue, 24 May 2016 14:56:53 +0300 [thread overview]
Message-ID: <cover.1464090710.git.alexander.kanavin@linux.intel.com> (raw)
This patch unbreaks what would otherwise be broken by oe-core's move
to Python 3. Do not apply until the corresponding oe-core patchset is merged.
The following changes since commit 4ff633a23a055ca1cb58b269846cbca649f42cea:
uim: Fix Warning (2016-05-19 12:03:54 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib akanavin/deprecate-python2
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=akanavin/deprecate-python2
Alexander Kanavin (8):
Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based
recipes
florence: update to 0.6.3
python-dbus: add a recipe
python-imaging: add a recipe
python-pyrex: add a recipe
python-pygobject: add a recipe
cmpi-bindings: fix build with python 3
gnome-doc-utils-stub: add a recipe
meta-efl/recipes-devtools/python/python-edbus.inc | 4 -
meta-efl/recipes-devtools/python/python-efl.inc | 4 -
.../recipes-extended/gparted/gparted_0.24.0.bb | 2 +-
meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb | 1 +
.../0001-Remove-help-directory-from-build.patch | 29 +
meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb | 12 +-
.../gnome-control-center_2.32.1.bb | 1 +
.../gnome-desktop/gnome-desktop_2.32.1.bb | 1 +
.../0001-Add-gnome-doc-utils.make.patch | 730 +++++++++++++++++++++
.../gnome-panel/gnome-panel_2.32.1.bb | 4 +-
.../0001-Drop-help-directory-from-build.patch | 25 +
meta-gnome/recipes-gnome/gthumb/gthumb_2.12.4.bb | 7 +-
.../florence/files/0001-Fix-glib-includes.patch | 33 -
.../{florence_0.5.1.bb => florence_0.6.3.bb} | 10 +-
.../recipes-mediacentre/xbmc/xbmc_git.bb | 2 -
meta-networking/classes/waf-samba.bbclass | 2 -
meta-oe/recipes-devtools/geany/geany_1.27.bb | 4 +-
meta-oe/recipes-devtools/glade/glade3_3.8.5.bb | 6 +-
.../mercurial/mercurial-native_3.4.1.bb | 2 +-
...c-add-sysroot-path-to-GI_DATADIR-don-t-se.patch | 41 ++
.../python/python-pygobject_3.18.2.bb | 31 +
...HON_ABI-suffix-to-the-python-library-name.patch | 27 +
.../cmpi-bindings/cmpi-bindings_git.bb | 7 +-
meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | 2 -
.../recipes-extended/openwsman/openwsman_2.6.2.bb | 2 -
meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 2 -
.../gnome-doc-utils-stub/files/gnome-doc-utils.m4 | 61 ++
.../gnome-doc-utils-stub_1.0.bb | 18 +
meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 6 -
meta-oe/recipes-support/opencv/opencv_2.4.bb | 2 -
meta-oe/recipes-support/opencv/opencv_3.1.bb | 2 -
meta-oe/recipes-support/postgresql/postgresql.inc | 2 +-
.../recipes-devtools/python/python-dbus_1.2.0.bb | 31 +
...ing-setup.py-force-paths-for-zlib-freetyp.patch | 55 ++
.../allow.to.disable.some.features.patch | 65 ++
.../python-imaging/fix-freetype-includes.patch | 30 +
.../python/python-imaging_1.1.7.bb | 45 ++
.../python/python-matplotlib_1.1.0.bb | 3 -
.../python/python-pyrex-native_0.9.9.bb | 5 +
.../python-pyrex/pyrex-fix-optimized-mode.patch | 15 +
.../recipes-devtools/python/python-pyrex_0.9.9.bb | 22 +
meta-python/recipes-devtools/python/python-six.inc | 1 -
.../python/python-vcversioner_2.14.0.0.bb | 1 -
43 files changed, 1259 insertions(+), 96 deletions(-)
create mode 100644 meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch
create mode 100644 meta-gnome/recipes-gnome/gnome-panel/gnome-panel/0001-Add-gnome-doc-utils.make.patch
create mode 100644 meta-gnome/recipes-gnome/gthumb/files/0001-Drop-help-directory-from-build.patch
delete mode 100644 meta-gnome/recipes-support/florence/files/0001-Fix-glib-includes.patch
rename meta-gnome/recipes-support/florence/{florence_0.5.1.bb => florence_0.6.3.bb} (71%)
create mode 100644 meta-oe/recipes-devtools/python/python-pygobject/0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch
create mode 100644 meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb
create mode 100644 meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Add-PYTHON_ABI-suffix-to-the-python-library-name.patch
create mode 100644 meta-oe/recipes-gnome/gnome-doc-utils-stub/files/gnome-doc-utils.m4
create mode 100644 meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
create mode 100644 meta-python/recipes-devtools/python/python-dbus_1.2.0.bb
create mode 100644 meta-python/recipes-devtools/python/python-imaging/0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch
create mode 100644 meta-python/recipes-devtools/python/python-imaging/allow.to.disable.some.features.patch
create mode 100644 meta-python/recipes-devtools/python/python-imaging/fix-freetype-includes.patch
create mode 100644 meta-python/recipes-devtools/python/python-imaging_1.1.7.bb
create mode 100644 meta-python/recipes-devtools/python/python-pyrex-native_0.9.9.bb
create mode 100644 meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch
create mode 100644 meta-python/recipes-devtools/python/python-pyrex_0.9.9.bb
--
2.8.1
next reply other threads:[~2016-05-24 11:56 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-24 11:56 Alexander Kanavin [this message]
2016-05-24 11:56 ` [PATCH 1/8] Remove unnecessary exports of HOST_SYS and BUILD_SYS in python-based recipes Alexander Kanavin
2016-05-24 11:56 ` [PATCH 2/8] florence: update to 0.6.3 Alexander Kanavin
2016-06-02 16:44 ` Martin Jansa
2016-06-06 12:44 ` Alexander Kanavin
2016-05-24 11:56 ` [PATCH 3/8] python-dbus: add a recipe Alexander Kanavin
2016-05-24 11:56 ` [PATCH 4/8] python-imaging: " Alexander Kanavin
2016-05-24 11:56 ` [PATCH 5/8] python-pyrex: " Alexander Kanavin
2016-05-24 11:56 ` [PATCH 6/8] python-pygobject: " Alexander Kanavin
2016-06-10 12:33 ` Martin Jansa
2016-06-10 13:50 ` Alexander Kanavin
2016-06-10 14:31 ` [PATCH 1/2] python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken Martin Jansa
2016-06-10 14:31 ` [PATCH 2/2] postgresql: blacklist because tcl in oe-core is broken for last month Martin Jansa
2016-06-13 10:41 ` [meta-smartphone][PATCH] frameworkd, mdbus, gta04-gps-handler, pisi: Remove runtime dependency on broken python-pygobject Martin Jansa
2016-05-24 11:57 ` [PATCH 7/8] cmpi-bindings: fix build with python 3 Alexander Kanavin
2016-05-24 11:57 ` [PATCH 8/8] gnome-doc-utils-stub: add a recipe Alexander Kanavin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1464090710.git.alexander.kanavin@linux.intel.com \
--to=alexander.kanavin@linux.intel.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.