From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 0/8] Merge some recipes from oe-classic and smaller fixes
Date: Thu, 2 Aug 2012 00:20:57 +0200 [thread overview]
Message-ID: <cover.1343859304.git.Martin.Jansa@gmail.com> (raw)
The following changes since commit 5a5198ff6eccb097b785c22a256a072a41c7f2cd:
gedit: unbreak build by adding pythonnative to inherit (2012-07-31 13:22:31 +0200)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib jansa/pull
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull
Martin Jansa (8):
fbreader: drop machine overrides
emacs: rename TUTORIAL.ko to TUTORIAL.KO so it's not picked by
package.bbclass for striping
emacs: copy only needed stuff to qemu-treedir, not whole sysroot
phonet-utils: simplify with inherit autotools
sip: import from oe-classic and upgrade to latest
python-sip: import from oe-classic and upgrade to latest
python-pyqt: import from oe-classic
anki: import from oe-classic and upgrade to latest
.../phonet-utils/phonet-utils_git.bb | 10 +-
.../python-pyqt-4.8.4/assistantclient-fix.patch | 13 +
.../python/python-pyqt-4.8.4/fix_qthelp_ftbfs.diff | 15 ++
.../python-pyqt-4.8.4/fix_the_QAssitant_ftbfs.diff | 29 +++
.../python/python-pyqt-4.8.4/pyqt-generated.patch | 24 ++
.../python-pyqt-4.8.4/qreal_float_support.diff | 248 ++++++++++++++++++++
.../recipes-devtools/python/python-pyqt_4.8.4.bb | 115 +++++++++
meta-oe/recipes-devtools/python/python-sip.inc | 42 ++++
.../recipes-devtools/python/python-sip_4.13.3.bb | 1 +
.../no-need-for-pyqt-at-buildtime.patch | 23 ++
meta-oe/recipes-extended/anki/anki.inc | 16 ++
meta-oe/recipes-extended/anki/anki_1.2.11.bb | 4 +
.../no-need-for-pyqt-at-buildtime.patch | 14 ++
meta-oe/recipes-extended/anki/libanki_1.2.11.bb | 6 +
meta-oe/recipes-extended/sip/sip-native_4.13.3.bb | 33 +++
meta-oe/recipes-support/emacs/emacs.inc | 80 ++++++-
meta-oe/recipes-support/emacs/emacs_23.4.bb | 2 +
.../recipes-support/fbreader/fbreader_0.12.10.bb | 5 -
meta-oe/recipes-support/fbreader/fbreader_git.bb | 4 -
19 files changed, 657 insertions(+), 27 deletions(-)
create mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.8.4/assistantclient-fix.patch
create mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.8.4/fix_qthelp_ftbfs.diff
create mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.8.4/fix_the_QAssitant_ftbfs.diff
create mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.8.4/pyqt-generated.patch
create mode 100644 meta-oe/recipes-devtools/python/python-pyqt-4.8.4/qreal_float_support.diff
create mode 100644 meta-oe/recipes-devtools/python/python-pyqt_4.8.4.bb
create mode 100644 meta-oe/recipes-devtools/python/python-sip.inc
create mode 100644 meta-oe/recipes-devtools/python/python-sip_4.13.3.bb
create mode 100644 meta-oe/recipes-extended/anki/anki-1.2.11/no-need-for-pyqt-at-buildtime.patch
create mode 100644 meta-oe/recipes-extended/anki/anki.inc
create mode 100644 meta-oe/recipes-extended/anki/anki_1.2.11.bb
create mode 100644 meta-oe/recipes-extended/anki/libanki-1.2.11/no-need-for-pyqt-at-buildtime.patch
create mode 100644 meta-oe/recipes-extended/anki/libanki_1.2.11.bb
create mode 100644 meta-oe/recipes-extended/sip/sip-native_4.13.3.bb
--
1.7.8.6
next reply other threads:[~2012-08-01 22:32 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-01 22:20 Martin Jansa [this message]
2012-08-01 22:20 ` [meta-oe][PATCH 1/8] fbreader: drop machine overrides Martin Jansa
2012-08-01 22:20 ` [meta-oe][PATCH 2/8] emacs: rename TUTORIAL.ko to TUTORIAL.KO so it's not picked by package.bbclass for striping Martin Jansa
2012-08-01 22:21 ` [meta-oe][PATCH 3/8] emacs: copy only needed stuff to qemu-treedir, not whole sysroot Martin Jansa
2012-08-01 22:21 ` [meta-oe][PATCH 4/8] phonet-utils: simplify with inherit autotools Martin Jansa
2012-08-01 22:21 ` [meta-oe][PATCH 5/8] sip: import from oe-classic and upgrade to latest Martin Jansa
2012-08-01 22:21 ` [meta-oe][PATCH 6/8] python-sip: " Martin Jansa
2012-08-01 22:21 ` [meta-oe][PATCH 7/8] python-pyqt: import from oe-classic Martin Jansa
2012-08-01 22:21 ` [meta-oe][PATCH 8/8] anki: import from oe-classic and upgrade to latest Martin Jansa
2012-08-02 6:52 ` Martin Jansa
[not found] ` <cover.1343908599.git.Martin.Jansa@gmail.com>
2012-08-02 11:57 ` [meta-oe][PATCHv2 8/8] anki: import from oe-classic Martin Jansa
[not found] ` <cover.1344259248.git.Martin.Jansa@gmail.com>
2012-08-06 13:37 ` [meta-oe][PATCH 09/12] systemd-compat-units: move list of disabled services to variable, fix hwclock.sh and output Martin Jansa
2012-08-06 14:25 ` Koen Kooi
2012-08-06 14:33 ` Martin Jansa
2012-08-06 16:13 ` Martin Jansa
2012-08-06 16:19 ` Martin Jansa
2012-08-06 22:12 ` [PATCH 1/2] systemd-systemctl-native: extend systemctl wrapper to support mask action Martin Jansa
2012-08-06 22:12 ` [PATCH 2/2] systemd-compat-units: use systemctl mask Martin Jansa
2012-08-06 22:26 ` [PATCHv2 1/2] systemd-systemctl-native: extend systemctl wrapper to support mask action Martin Jansa
2012-08-06 13:37 ` [meta-oe][PATCH 10/12] mplayer2: enable speex Martin Jansa
2012-08-06 13:37 ` [meta-oe][PATCH 11/12] php: inherit pythonnative Martin Jansa
2012-08-06 13:37 ` [meta-oe][PATCH 12/12] php: add build-defs.h to SSTATE_SCAN_FILES it defines path to sysroot where pear.conf is later created Martin Jansa
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.1343859304.git.Martin.Jansa@gmail.com \
--to=martin.jansa@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox