Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/7 v3] A bunch of bumps (branch yem/bumps)
Date: Mon,  2 Jun 2014 22:27:25 +0200	[thread overview]
Message-ID: <cover.1401740805.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.


Changes v2 -> v3:
  - fix the procps-ng file names  (Peter)
  - add procps to legacy  (Peter)
  - drop applied patches

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


Regards,
Yann E. MORIN.


The following changes since commit 8e10125d25455a734528b0a18c9bca6e5c1ba4ea:

  ti-gfx: select fbset as it is a runtime dependency (2014-06-02 22:05:23 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem/bumps

for you to fetch changes up to 79d083ee71a1e3c81a26f9f8a1b47cbb8c0b6d83:

  [WIP] package/weston: add support for the RDP compositor (2014-06-02 22:08:55 +0200)

----------------------------------------------------------------
Yann E. MORIN (7):
      package/procps: bump version and rename to procps-ng
      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

 Config.in.legacy                                   | 10 +++++++
 package/Config.in                                  |  5 ++--
 package/freerdp/Config.in                          | 31 +++++++++++++++++----
 package/freerdp/freerdp.mk                         | 32 +++++++++++++++++++---
 package/libinput/Config.in                         | 17 ++++++++++++
 package/libinput/libinput.mk                       | 19 +++++++++++++
 package/{procps => procps-ng}/Config.in            |  6 ++--
 .../procps-ng/procps-ng-0000-remove-index.patch    | 16 +++++++++++
 package/procps-ng/procps-ng.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/weston/Config.in                           |  5 ++++
 package/weston/weston.mk                           | 14 ++++++++++
 16 files changed, 156 insertions(+), 138 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-ng-0000-remove-index.patch
 create mode 100644 package/procps-ng/procps-ng.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

-- 
.-----------------.--------------------.------------------.--------------------.
|  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.  |
'------------------------------^-------^------------------^--------------------'

             reply	other threads:[~2014-06-02 20:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-02 20:27 Yann E. MORIN [this message]
2014-06-02 20:27 ` [Buildroot] [PATCH 1/7] package/procps: bump version and rename to procps-ng Yann E. MORIN
2014-06-02 20:34   ` Peter Korsgaard
2014-06-02 20:27 ` [Buildroot] [PATCH 2/7] package/libinput: new package Yann E. MORIN
2014-06-02 21:15   ` Peter Korsgaard
2014-06-02 20:27 ` [Buildroot] [PATCH 3/7] package/weston: add support for libinput Yann E. MORIN
2014-06-02 21:16   ` Peter Korsgaard
2014-06-02 20:27 ` [Buildroot] [PATCH 4/7] package/freerdp: not forcibly depend on X.Org Yann E. MORIN
2014-06-02 20:27 ` [Buildroot] [PATCH 5/7] pacakge/freerdp: disable building the manpages Yann E. MORIN
2014-06-02 20:27 ` [Buildroot] [PATCH 6/7] package/freerdp: add options to enable/disable server and/or client Yann E. MORIN
2014-06-02 20:27 ` [Buildroot] [PATCH 7/7] [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.1401740805.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