| Submitter | Thomas Petazzoni |
|---|---|
| Date | June 2, 2012, 4:13 p.m. |
| Message ID | <cover.1338653505.git.thomas.petazzoni@free-electrons.com> |
| Download | mbox |
| Permalink | /patch/162427/ |
| State | Not Applicable |
| Headers | show
Return-Path: <buildroot-bounces@busybox.net> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 82BBEB7011 for <incoming@patchwork.ozlabs.org>; Sun, 3 Jun 2012 02:14:28 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 574CA31EB2; Sat, 2 Jun 2012 16:14:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id djbMbDHq4BQP; Sat, 2 Jun 2012 16:14:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 079FE31EBB; Sat, 2 Jun 2012 16:14:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8827A8F753 for <buildroot@lists.busybox.net>; Sat, 2 Jun 2012 16:14:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5AA439057E for <buildroot@lists.busybox.net>; Sat, 2 Jun 2012 16:14:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YBcQ5skV4oOO for <buildroot@lists.busybox.net>; Sat, 2 Jun 2012 16:14:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 0BEF38F6CD for <buildroot@busybox.net>; Sat, 2 Jun 2012 16:14:10 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 26B4B231; Sat, 2 Jun 2012 18:13:11 +0200 (CEST) Received: from localhost (unknown [78.250.250.16]) by mail.free-electrons.com (Postfix) with ESMTPSA id 1410413D for <buildroot@busybox.net>; Sat, 2 Jun 2012 18:13:03 +0200 (CEST) From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> To: buildroot@busybox.net Date: Sat, 2 Jun 2012 18:13:50 +0200 Message-Id: <cover.1338653505.git.thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [pull request] Pull request for branch for-2012.08/new-packages X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot <buildroot.busybox.net> List-Unsubscribe: <http://lists.busybox.net/mailman/options/buildroot>, <mailto:buildroot-request@busybox.net?subject=unsubscribe> List-Archive: <http://lists.busybox.net/pipermail/buildroot> List-Post: <mailto:buildroot@busybox.net> List-Help: <mailto:buildroot-request@busybox.net?subject=help> List-Subscribe: <http://lists.busybox.net/mailman/listinfo/buildroot>, <mailto:buildroot-request@busybox.net?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net |
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,