All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 0/8] CONSOLIDATED REQUEST
Date: Mon, 20 Aug 2012 22:56:27 +0200	[thread overview]
Message-ID: <cover.1345496053.git.Martin.Jansa@gmail.com> (raw)

The following changes since commit b64269b221774fe970382a62ae4b4d1b8e38edac:

  Merge remote-tracking branch 'meta-oe-contrib/jansa/efl' (2012-08-20 20:04:32 +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

Andreas Müller (2):
  pango: remove and use oe-core version 1.30
  pulseaudio: remove bbappend

Khem Raj (1):
  machine_kernel_pr.bbclass: provides MACHINE_KERNEL_PR functionality

Martin Jansa (2):
  pixman: update bbappend to match 0.27.2
  connman: rename bbappend to match new 1.4 version from oe-core

Ross Burton (3):
  meta-gnome: add libical
  meta-gnome: add evolution-data-server
  meta-gnome: add Pimlico (contacts, dates, tasks)

 .../avoid_automake_errors.patch                    |   83 ++++++++
 .../eds/evolution-data-server/depbuildfix.patch    |   78 ++++++++
 .../fix_for_automake-1.12.x.patch                  |   28 +++
 .../eds/evolution-data-server/iconv-detect.h       |    5 +
 .../evolution-data-server/new-contact-fix.patch    |   23 +++
 .../eds/evolution-data-server/nossl.patch          |   70 +++++++
 .../eds/evolution-data-server/oh-contact.patch     |  203 ++++++++++++++++++++
 .../eds/evolution-data-server/old-gdk-api.patch    |   19 ++
 .../optional_imapx_provider.patch                  |   64 ++++++
 .../recipes-gnome/eds/evolution-data-server_git.bb |  111 +++++++++++
 meta-gnome/recipes-gnome/pimlico/contacts.inc      |   34 ++++
 .../contacts-conditionally-install-schema.patch    |   37 ++++
 .../contacts/contacts-owl-window-menu.patch        |   54 +++++
 .../recipes-gnome/pimlico/contacts/make-382.patch  |   16 ++
 .../pimlico/contacts/stock_contact.png             |  Bin 0 -> 2311 bytes
 .../pimlico/contacts/stock_person.png              |  Bin 0 -> 2280 bytes
 meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb   |   18 ++
 meta-gnome/recipes-gnome/pimlico/contacts_git.bb   |   19 ++
 meta-gnome/recipes-gnome/pimlico/dates.inc         |   20 ++
 .../pimlico/dates/dates-owl-window-menu.patch      |   67 +++++++
 .../dates/dso_linking_change_build_fix.patch       |   44 +++++
 .../recipes-gnome/pimlico/dates/make-382.patch     |   18 ++
 .../uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch      |   37 ++++
 meta-gnome/recipes-gnome/pimlico/dates_0.4.8.bb    |    5 +
 meta-gnome/recipes-gnome/pimlico/dates_git.bb      |   18 ++
 meta-gnome/recipes-gnome/pimlico/tasks.inc         |   16 ++
 .../recipes-gnome/pimlico/tasks/tasks-owl.diff     |   67 +++++++
 meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb     |   15 ++
 meta-gnome/recipes-gnome/pimlico/tasks_git.bb      |    9 +
 .../libical/files/pthread-fix.patch                |   52 +++++
 meta-gnome/recipes-support/libical/libical_0.48.bb |   17 ++
 meta-oe/classes/machine_kernel_pr.bbclass          |    8 +
 .../pango/pango-1.29.4/no-tests.patch              |   11 -
 meta-oe/recipes-graphics/pango/pango_1.29.4.bb     |   10 -
 ...lated-workarounds-in-cpu-features-detecti.patch |  122 +++++++-----
 ...plementation-of-pixman_blt-with-overlapp.patch} |   37 +++--
 ...xman_0.26.2.bbappend => pixman_0.27.2.bbappend} |    5 +-
 .../{connman_1.3.bbappend => connman_1.4.bbappend} |    0
 .../pulseaudio/pulseaudio-2.0-udev-symbols.patch   |   80 --------
 .../pulseaudio/pulseaudio_2.0.bbappend             |    5 -
 40 files changed, 1355 insertions(+), 170 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/avoid_automake_errors.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/depbuildfix.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/fix_for_automake-1.12.x.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/iconv-detect.h
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/new-contact-fix.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/nossl.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/oh-contact.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/old-gdk-api.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/optional_imapx_provider.patch
 create mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server_git.bb
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts.inc
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts/contacts-conditionally-install-schema.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts/contacts-owl-window-menu.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts/make-382.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts/stock_contact.png
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts/stock_person.png
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb
 create mode 100644 meta-gnome/recipes-gnome/pimlico/contacts_git.bb
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates.inc
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates/dates-owl-window-menu.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates/dso_linking_change_build_fix.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates/make-382.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates/uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates_0.4.8.bb
 create mode 100644 meta-gnome/recipes-gnome/pimlico/dates_git.bb
 create mode 100644 meta-gnome/recipes-gnome/pimlico/tasks.inc
 create mode 100644 meta-gnome/recipes-gnome/pimlico/tasks/tasks-owl.diff
 create mode 100644 meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb
 create mode 100644 meta-gnome/recipes-gnome/pimlico/tasks_git.bb
 create mode 100644 meta-gnome/recipes-support/libical/files/pthread-fix.patch
 create mode 100644 meta-gnome/recipes-support/libical/libical_0.48.bb
 create mode 100644 meta-oe/classes/machine_kernel_pr.bbclass
 delete mode 100644 meta-oe/recipes-graphics/pango/pango-1.29.4/no-tests.patch
 delete mode 100644 meta-oe/recipes-graphics/pango/pango_1.29.4.bb
 rename meta-oe/recipes-graphics/xorg-lib/{pixman-0.26.2 => pixman-0.27.2}/0001-ARM-qemu-related-workarounds-in-cpu-features-detecti.patch (46%)
 rename meta-oe/recipes-graphics/xorg-lib/{pixman-0.26.2/0008-Generic-C-implementation-of-pixman_blt-with-overlapp.patch => pixman-0.27.2/0002-Generic-C-implementation-of-pixman_blt-with-overlapp.patch} (75%)
 rename meta-oe/recipes-graphics/xorg-lib/{pixman_0.26.2.bbappend => pixman_0.27.2.bbappend} (65%)
 rename meta-systemd/meta-oe/recipes-connectivity/connman/{connman_1.3.bbappend => connman_1.4.bbappend} (100%)
 delete mode 100644 meta-systemd/oe-core/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio-2.0-udev-symbols.patch
 delete mode 100644 meta-systemd/oe-core/recipes-multimedia/pulseaudio/pulseaudio_2.0.bbappend

-- 
1.7.8.6




             reply	other threads:[~2012-08-20 21:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-20 20:56 Martin Jansa [this message]
2012-08-20 20:56 ` [meta-oe][PATCH 1/8] machine_kernel_pr.bbclass: provides MACHINE_KERNEL_PR functionality Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 2/8] pango: remove and use oe-core version 1.30 Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 3/8] pulseaudio: remove bbappend Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 4/8] pixman: update bbappend to match 0.27.2 Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 5/8] connman: rename bbappend to match new 1.4 version from oe-core Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 6/8] meta-gnome: add libical Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 7/8] meta-gnome: add evolution-data-server Martin Jansa
2012-08-20 20:56 ` [meta-oe][PATCH 8/8] meta-gnome: add Pimlico (contacts, dates, tasks) 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.1345496053.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 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.