From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/26] A bunch of bumps (branch yem/bumps)
Date: Sun, 1 Jun 2014 23:03:46 +0200 [thread overview]
Message-ID: <cover.1401656581.git.yann.morin.1998@free.fr> (raw)
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
Hello All!
This series has been sitting here waiting for the last release to be out.
It is now, so here are the bumps.
Regards,
Yann E. MORIN.
The following changes since commit 3663bc4ff295b98fbbc1aafb38fdbc46fee7c80e:
qhull: do not override CMAKE_BUILD_TYPE (2014-06-01 22:21:05 +0200)
are available in the git repository at:
git://gitorious.org/buildroot/buildroot.git yem/bumps
for you to fetch changes up to b9520f0ec1d88f5206efc7c34545108c1e396482:
[WIP] package/weston: add support for the RDP compositor (2014-06-01 23:00:03 +0200)
----------------------------------------------------------------
Yann E. MORIN (26):
package/rpi-firmware: bump
configs: bump kernel used for the RPi
package/linux-firmware: bump version
package/linux-firmware: install new Broadcom 43xxx firmware
package/nut: bump to latest stable
package/tzdata: bump version for some new timezones
package/zic: bump version for misc fixes
package/dtv-scan-tables: bump version
package/tvheadend: bump version
package/w_scan: do not line-up variables
package/w_scan: bump version
package/libbsd: do not line-up variables
package/libbsd: bump version
package/snappy: do not line-up variables
package/snappy: bump version
package/libevdev: bump version
package/procps: bump version and rename to procps-ng
package/wayland: bump version
package/weston: bump version
package/weston: libxkbcommon is optional
package/libinput: new package
package/weston: add support for libinput
package/freerdp: not forcibly depend on X.Org
pacakge/freerdp: disable building the manpages
package/freerdp: add options to enable/disable server and/or client
[WIP] package/weston: add support for the RDP compositor
configs/raspberrypi_defconfig | 4 +-
package/Config.in | 5 +-
package/dtv-scan-tables/dtv-scan-tables.mk | 4 +-
package/freerdp/Config.in | 31 ++++++++++--
package/freerdp/freerdp.mk | 32 ++++++++++--
package/libbsd/libbsd.mk | 9 ++--
package/libevdev/libevdev.mk | 2 +-
package/libinput/Config.in | 17 +++++++
package/libinput/libinput.mk | 19 ++++++++
package/linux-firmware/Config.in | 5 +-
package/linux-firmware/linux-firmware.mk | 9 +++-
package/nut/nut.mk | 7 +--
package/{procps => procps-ng}/Config.in | 0
package/procps-ng/procps-0000-remove-index.patch | 16 ++++++
package/procps-ng/procps.mk | 15 ++++++
package/procps/procps-make-3.82.patch | 23 ---------
package/procps/procps-remove-flags.patch | 26 ----------
package/procps/procps-remove-index.patch | 21 --------
package/procps/procps-wchar.patch | 29 -----------
package/procps/procps.mk | 25 ----------
package/rpi-firmware/rpi-firmware.mk | 2 +-
package/snappy/snappy.mk | 10 ++--
package/tvheadend/tvheadend.mk | 2 +-
package/tzdata/tzdata.mk | 2 +-
package/w_scan/w_scan.mk | 14 +++---
package/wayland/wayland.mk | 4 +-
package/weston/Config.in | 16 +++++-
...0-compositor-rpi-fix-input-initialization.patch | 57 ----------------------
package/weston/weston-0000-safe-foreach.patch | 36 ++++++++++++++
package/weston/weston-0003-dont-build-tests.patch | 17 -------
package/weston/weston.mk | 28 +++++++++--
package/zic/zic.mk | 2 +-
32 files changed, 238 insertions(+), 251 deletions(-)
create mode 100644 package/libinput/Config.in
create mode 100644 package/libinput/libinput.mk
rename package/{procps => procps-ng}/Config.in (100%)
create mode 100644 package/procps-ng/procps-0000-remove-index.patch
create mode 100644 package/procps-ng/procps.mk
delete mode 100644 package/procps/procps-make-3.82.patch
delete mode 100644 package/procps/procps-remove-flags.patch
delete mode 100644 package/procps/procps-remove-index.patch
delete mode 100644 package/procps/procps-wchar.patch
delete mode 100644 package/procps/procps.mk
delete mode 100644 package/weston/weston-0000-compositor-rpi-fix-input-initialization.patch
create mode 100644 package/weston/weston-0000-safe-foreach.patch
delete mode 100644 package/weston/weston-0003-dont-build-tests.patch
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next reply other threads:[~2014-06-01 21:03 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-01 21:03 Yann E. MORIN [this message]
2014-06-01 21:03 ` [Buildroot] [PATCH 01/26] package/rpi-firmware: bump Yann E. MORIN
2014-06-01 21:12 ` Peter Korsgaard
2014-06-01 21:03 ` [Buildroot] [PATCH 02/26] configs: bump kernel used for the RPi Yann E. MORIN
2014-06-01 21:12 ` Peter Korsgaard
2014-06-01 21:03 ` [Buildroot] [PATCH 03/26] package/linux-firmware: bump version Yann E. MORIN
2014-06-01 21:13 ` Peter Korsgaard
2014-06-01 21:03 ` [Buildroot] [PATCH 04/26] package/linux-firmware: install new Broadcom 43xxx firmware Yann E. MORIN
2014-06-01 21:13 ` Peter Korsgaard
2014-06-01 21:03 ` [Buildroot] [PATCH 05/26] package/nut: bump to latest stable Yann E. MORIN
2014-06-01 21:14 ` Peter Korsgaard
2014-06-01 21:03 ` [Buildroot] [PATCH 06/26] package/tzdata: bump version for some new timezones Yann E. MORIN
2014-06-06 10:59 ` Peter Korsgaard
2014-06-06 16:15 ` Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 07/26] package/zic: bump version for misc fixes Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 08/26] package/dtv-scan-tables: bump version Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 09/26] package/tvheadend: " Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 10/26] package/w_scan: do not line-up variables Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 11/26] package/w_scan: bump version Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 12/26] package/libbsd: do not line-up variables Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 13/26] package/libbsd: bump version Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 14/26] package/snappy: do not line-up variables Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 15/26] package/snappy: bump version Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 16/26] package/libevdev: " Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 17/26] package/procps: bump version and rename to procps-ng Yann E. MORIN
2014-06-01 21:10 ` Thomas Petazzoni
2014-06-01 21:27 ` Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 18/26] package/wayland: bump version Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 19/26] package/weston: " Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 20/26] package/weston: libxkbcommon is optional Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 21/26] package/libinput: new package Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 22/26] package/weston: add support for libinput Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 23/26] package/freerdp: not forcibly depend on X.Org Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 24/26] pacakge/freerdp: disable building the manpages Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 25/26] package/freerdp: add options to enable/disable server and/or client Yann E. MORIN
2014-06-01 21:03 ` [Buildroot] [PATCH 26/26] [WIP] package/weston: add support for the RDP compositor Yann E. MORIN
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.1401656581.git.yann.morin.1998@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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