From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch for-2012.08/new-packages
Date: Sat, 2 Jun 2012 18:13:50 +0200 [thread overview]
Message-ID: <cover.1338653505.git.thomas.petazzoni@free-electrons.com> (raw)
Hello,
Here is a set of new packages that I needed for various projects in
the past year.
This time, I did test them against uClibc, with minimal
configurations, so I'm pretty confident that they are correct with
regard to the dependencies on largefile/C++ and other things.
Regards,
Thomas
The following changes since commit 54f88ee8eed9d3ae7ab670d14ba77a97a44caaca:
nfs-utils: needs pkg-config (2012-05-31 13:16:10 +0200)
are available in the git repository at:
git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.08/new-packages
for you to fetch changes up to 655f8a8354c421c2c1147e56e4ed91ae6c12de81:
libqwt: new package (2012-06-02 15:42:56 +0200)
----------------------------------------------------------------
Laurent GONZALEZ (1):
libqwt: new package
Thomas Petazzoni (9):
monit: new package
libcurl: fix up prefix in curl-config
libxmlrpc: new package
llrp-toolkit: new package
qextserialport: new package
pciutils: install headers and libraries in STAGING_DIR
dmidecode: new package
flashrom: new package
qt: make $(HOST_DIR)/usr/mkspecs a symlink to $(STAGING_DIR)/usr/mkspecs
package/Config.in | 9 +
package/dmidecode/Config.in | 9 +
.../dmidecode/dmidecode-build-system-fixes.patch | 35 ++++
package/dmidecode/dmidecode.mk | 18 ++
package/flashrom/Config.in | 11 ++
package/flashrom/flashrom.mk | 20 +++
package/libcurl/libcurl.mk | 6 +
package/libqwt/Config.in | 23 +++
package/libqwt/libqwt-remove-installed-check.patch | 32 ++++
package/libqwt/libqwt.mk | 51 ++++++
package/libxmlrpc/Config.in | 10 ++
.../libxmlrpc/libxmlrpc-fix-gennmtab-build.patch | 25 +++
.../libxmlrpc-fix-non-cplusplus-build.patch | 27 +++
.../libxmlrpc/libxmlrpc-fix-non-wchar-build.patch | 24 +++
.../libxmlrpc-remove-curl-types-h-include.patch | 43 +++++
.../libxmlrpc-use-correct-curl-config.patch | 22 +++
package/libxmlrpc/libxmlrpc.mk | 44 +++++
package/llrp-toolkit/Config.in | 11 ++
.../llrp-toolkit-01-ltkcpp-fix-headers.patch | 74 +++++++++
...toolkit-02-ltkcpp-generate-shared-library.patch | 43 +++++
...-toolkit-03-ltkcpp-normalize-build-system.patch | 174 ++++++++++++++++++++
.../llrp-toolkit-04-ltkcpp-disable-warning.patch | 43 +++++
.../llrp-toolkit-05-ltkc-shared-library.patch | 26 +++
...rp-toolkit-06-ltkc-normalize-build-system.patch | 163 ++++++++++++++++++
package/llrp-toolkit/llrp-toolkit.mk | 77 +++++++++
package/monit/Config.in | 10 ++
package/monit/monit.mk | 30 ++++
package/pciutils/pciutils.mk | 8 +
package/qextserialport/Config.in | 9 +
.../qextserialport-main-include.patch | 15 ++
.../qextserialport-no-examples.patch | 17 ++
.../qextserialport/qextserialport-pkgconfig.patch | 19 +++
package/qextserialport/qextserialport.mk | 35 ++++
package/qt/qt.mk | 3 +-
34 files changed, 1164 insertions(+), 2 deletions(-)
create mode 100644 package/dmidecode/Config.in
create mode 100644 package/dmidecode/dmidecode-build-system-fixes.patch
create mode 100644 package/dmidecode/dmidecode.mk
create mode 100644 package/flashrom/Config.in
create mode 100644 package/flashrom/flashrom.mk
create mode 100644 package/libqwt/Config.in
create mode 100644 package/libqwt/libqwt-remove-installed-check.patch
create mode 100644 package/libqwt/libqwt.mk
create mode 100644 package/libxmlrpc/Config.in
create mode 100644 package/libxmlrpc/libxmlrpc-fix-gennmtab-build.patch
create mode 100644 package/libxmlrpc/libxmlrpc-fix-non-cplusplus-build.patch
create mode 100644 package/libxmlrpc/libxmlrpc-fix-non-wchar-build.patch
create mode 100644 package/libxmlrpc/libxmlrpc-remove-curl-types-h-include.patch
create mode 100644 package/libxmlrpc/libxmlrpc-use-correct-curl-config.patch
create mode 100644 package/libxmlrpc/libxmlrpc.mk
create mode 100644 package/llrp-toolkit/Config.in
create mode 100644 package/llrp-toolkit/llrp-toolkit-01-ltkcpp-fix-headers.patch
create mode 100644 package/llrp-toolkit/llrp-toolkit-02-ltkcpp-generate-shared-library.patch
create mode 100644 package/llrp-toolkit/llrp-toolkit-03-ltkcpp-normalize-build-system.patch
create mode 100644 package/llrp-toolkit/llrp-toolkit-04-ltkcpp-disable-warning.patch
create mode 100644 package/llrp-toolkit/llrp-toolkit-05-ltkc-shared-library.patch
create mode 100644 package/llrp-toolkit/llrp-toolkit-06-ltkc-normalize-build-system.patch
create mode 100644 package/llrp-toolkit/llrp-toolkit.mk
create mode 100644 package/monit/Config.in
create mode 100644 package/monit/monit.mk
create mode 100644 package/qextserialport/Config.in
create mode 100644 package/qextserialport/qextserialport-main-include.patch
create mode 100644 package/qextserialport/qextserialport-no-examples.patch
create mode 100644 package/qextserialport/qextserialport-pkgconfig.patch
create mode 100644 package/qextserialport/qextserialport.mk
Thanks,
--
Thomas Petazzoni
next reply other threads:[~2012-06-02 16:13 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-02 16:13 Thomas Petazzoni [this message]
2012-06-02 16:13 ` [Buildroot] [PATCH 01/10] monit: new package Thomas Petazzoni
2012-06-11 20:31 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 02/10] libcurl: fix up prefix in curl-config Thomas Petazzoni
2012-06-11 20:36 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 03/10] libxmlrpc: new package Thomas Petazzoni
2012-06-04 23:58 ` Arnout Vandecappelle
2013-10-09 9:46 ` [Buildroot] [PATCH] " Alvaro G. M
2013-10-09 11:43 ` Thomas Petazzoni
2013-10-09 12:08 ` Alvaro Gamez
2013-10-09 12:16 ` Alvaro G. M
2013-10-09 13:09 ` Thomas De Schampheleire
2013-10-09 13:21 ` Alvaro Gamez
2013-10-09 13:46 ` Thomas De Schampheleire
2013-10-09 13:57 ` Alvaro Gamez
2013-10-09 13:58 ` Alvaro G. M
2013-10-09 14:09 ` Baruch Siach
2013-10-09 14:19 ` Alvaro G. M
2014-03-03 21:58 ` Thomas Petazzoni
2013-10-10 6:49 ` Arnout Vandecappelle
2013-10-10 7:47 ` Alvaro Gamez
[not found] ` <4FCD4B6D.3080506@mind.be>
2012-06-05 21:26 ` [Buildroot] [PATCH 03/10] " Thomas Petazzoni
2013-01-12 20:17 ` Peter Korsgaard
2013-01-13 14:08 ` Thomas Petazzoni
2013-01-13 16:10 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 04/10] llrp-toolkit: " Thomas Petazzoni
2012-06-02 16:13 ` [Buildroot] [PATCH 05/10] qextserialport: " Thomas Petazzoni
2012-11-03 18:18 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 06/10] pciutils: install headers and libraries in STAGING_DIR Thomas Petazzoni
2012-06-11 20:43 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 07/10] dmidecode: new package Thomas Petazzoni
2012-06-11 20:44 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 08/10] flashrom: " Thomas Petazzoni
2012-06-11 20:48 ` Peter Korsgaard
2012-06-02 16:13 ` [Buildroot] [PATCH 09/10] qt: make $(HOST_DIR)/usr/mkspecs a symlink to $(STAGING_DIR)/usr/mkspecs Thomas Petazzoni
2012-06-11 20:50 ` Peter Korsgaard
2012-06-02 16:14 ` [Buildroot] [PATCH 10/10] libqwt: new package Thomas Petazzoni
2012-09-10 9:06 ` Yegor Yefremov
2013-01-13 21:45 ` Peter Korsgaard
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.1338653505.git.thomas.petazzoni@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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