Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/21 v2] A bunch of bumps (branch yem/bumps)
@ 2014-06-01 21:43 Yann E. MORIN
  2014-06-01 21:43 ` [Buildroot] [PATCH 01/21] package/tzdata: bump version for some new timezones Yann E. MORIN
                   ` (20 more replies)
  0 siblings, 21 replies; 42+ messages in thread
From: Yann E. MORIN @ 2014-06-01 21:43 UTC (permalink / raw)
  To: buildroot

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.


Changes v1 -> v2:
  - apply a fixup to procps that I forgot in the previous round...


Regards,
Yann E. MORIN.


The following changes since commit 21dd304ec5cb70e2b24705dce3519e395802121e:

  package/nut: bump to latest stable (2014-06-01 23:14:15 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git 

for you to fetch changes up to 6e3e424b836e09ce9a880897d7983b543ae2f765:

  [WIP] package/weston: add support for the RDP compositor (2014-06-01 23:31:58 +0200)

----------------------------------------------------------------
Yann E. MORIN (21):
      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

 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/{procps => procps-ng}/Config.in            |  6 +--
 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/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 +-
 27 files changed, 226 insertions(+), 242 deletions(-)
 create mode 100644 package/libinput/Config.in
 create mode 100644 package/libinput/libinput.mk
 rename package/{procps => procps-ng}/Config.in (63%)
 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.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2014-06-02 19:45 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01 21:43 [Buildroot] [PATCH 0/21 v2] A bunch of bumps (branch yem/bumps) Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 01/21] package/tzdata: bump version for some new timezones Yann E. MORIN
2014-06-02  6:38   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 02/21] package/zic: bump version for misc fixes Yann E. MORIN
2014-06-02  6:38   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 03/21] package/dtv-scan-tables: bump version Yann E. MORIN
2014-06-02  6:40   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 04/21] package/tvheadend: " Yann E. MORIN
2014-06-02 10:50   ` Peter Korsgaard
2014-06-02 19:26   ` Peter Korsgaard
2014-06-02 19:40     ` Yann E. MORIN
2014-06-02 19:45     ` Bernd Kuhls
2014-06-01 21:43 ` [Buildroot] [PATCH 05/21] package/w_scan: do not line-up variables Yann E. MORIN
2014-06-02 10:50   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 06/21] package/w_scan: bump version Yann E. MORIN
2014-06-02 10:50   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 07/21] package/libbsd: do not line-up variables Yann E. MORIN
2014-06-02 10:51   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 08/21] package/libbsd: bump version Yann E. MORIN
2014-06-02 10:51   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 09/21] package/snappy: do not line-up variables Yann E. MORIN
2014-06-02 10:51   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 10/21] package/snappy: bump version Yann E. MORIN
2014-06-02 10:51   ` Peter Korsgaard
2014-06-02 19:14   ` Peter Korsgaard
2014-06-02 19:41     ` Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 11/21] package/libevdev: " Yann E. MORIN
2014-06-02 10:51   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 12/21] package/procps: bump version and rename to procps-ng Yann E. MORIN
2014-06-02 11:07   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 13/21] package/wayland: bump version Yann E. MORIN
2014-06-02 11:08   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 14/21] package/weston: " Yann E. MORIN
2014-06-02 11:09   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 15/21] package/weston: libxkbcommon is optional Yann E. MORIN
2014-06-02 11:10   ` Peter Korsgaard
2014-06-01 21:43 ` [Buildroot] [PATCH 16/21] package/libinput: new package Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 17/21] package/weston: add support for libinput Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 18/21] package/freerdp: not forcibly depend on X.Org Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 19/21] pacakge/freerdp: disable building the manpages Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 20/21] package/freerdp: add options to enable/disable server and/or client Yann E. MORIN
2014-06-01 21:43 ` [Buildroot] [PATCH 21/21] [WIP] package/weston: add support for the RDP compositor Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox