From patchwork Fri Jul 3 07:20:53 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Corjon X-Patchwork-Id: 490929 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A989A1402AA for ; Fri, 3 Jul 2015 17:21:11 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DCB8D31DA7; Fri, 3 Jul 2015 07:21:10 +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 OzM-6gFgMpgE; Fri, 3 Jul 2015 07:21:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4F16F31D8D; Fri, 3 Jul 2015 07:21:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id D81671BFF41 for ; Fri, 3 Jul 2015 07:21:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D5CF28AF2A for ; Fri, 3 Jul 2015 07:21:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ebeu+292O5ms for ; Fri, 3 Jul 2015 07:21:01 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp-out-3.pacwan.net (smtp-out-3.pacwan.net [195.200.166.133]) by hemlock.osuosl.org (Postfix) with ESMTP id 0C7808AF1D for ; Fri, 3 Jul 2015 07:21:01 +0000 (UTC) Received: from mail.sinters.fr (unknown [195.200.174.161]) by smtp-out-3.pacwan.net (Postfix) with ESMTP id 6D2582B8174 for ; Fri, 3 Jul 2015 09:20:58 +0200 (CEST) Received: from MAIL-SINTERS-01.sinters-int.fr ([fe80::7dc5:feb4:84da:82b]) by MAIL-SINTERS-01.sinters-int.fr ([fe80::7dc5:feb4:84da:82b%10]) with mapi id 14.03.0210.002; Fri, 3 Jul 2015 09:20:54 +0200 From: Julien CORJON To: "buildroot@buildroot.org" Thread-Topic: [PATCH 2/3] qt5base: reorder patches Thread-Index: AQHQtWDL+MOaNGWF7ka7kP+HL06Ngg== Date: Fri, 3 Jul 2015 07:20:53 +0000 Message-ID: References: <1435908049-11930-1-git-send-email-corjon.j@ecagroup.com> In-Reply-To: <1435908049-11930-1-git-send-email-corjon.j@ecagroup.com> Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.31.250] MIME-Version: 1.0 Cc: software Subject: [Buildroot] [PATCH 2/3] qt5base: reorder patches X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Julien Corjon --- .../qt5/qt5base/{0003-mkspecs-files.patch => 0002-mkspecs-files.patch} | 0 .../qt5/qt5base/{0004-xcb-egl-fixes.patch => 0003-xcb-egl-fixes.patch} | 0 ...nker-for-host-build.patch => 0004-no-gold-linker-for-host-build.patch} | 0 ...entfd-for-uclibc.patch => 0005-forkd-disable-eventfd-for-uclibc.patch} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename package/qt5/qt5base/{0003-mkspecs-files.patch => 0002-mkspecs-files.patch} (100%) rename package/qt5/qt5base/{0004-xcb-egl-fixes.patch => 0003-xcb-egl-fixes.patch} (100%) rename package/qt5/qt5base/{0005-no-gold-linker-for-host-build.patch => 0004-no-gold-linker-for-host-build.patch} (100%) rename package/qt5/qt5base/{0008-forkd-disable-eventfd-for-uclibc.patch => 0005-forkd-disable-eventfd-for-uclibc.patch} (100%) diff --git a/package/qt5/qt5base/0003-mkspecs-files.patch b/package/qt5/qt5base/0002-mkspecs-files.patch similarity index 100% rename from package/qt5/qt5base/0003-mkspecs-files.patch rename to package/qt5/qt5base/0002-mkspecs-files.patch diff --git a/package/qt5/qt5base/0004-xcb-egl-fixes.patch b/package/qt5/qt5base/0003-xcb-egl-fixes.patch similarity index 100% rename from package/qt5/qt5base/0004-xcb-egl-fixes.patch rename to package/qt5/qt5base/0003-xcb-egl-fixes.patch diff --git a/package/qt5/qt5base/0005-no-gold-linker-for-host-build.patch b/package/qt5/qt5base/0004-no-gold-linker-for-host-build.patch similarity index 100% rename from package/qt5/qt5base/0005-no-gold-linker-for-host-build.patch rename to package/qt5/qt5base/0004-no-gold-linker-for-host-build.patch diff --git a/package/qt5/qt5base/0008-forkd-disable-eventfd-for-uclibc.patch b/package/qt5/qt5base/0005-forkd-disable-eventfd-for-uclibc.patch similarity index 100% rename from package/qt5/qt5base/0008-forkd-disable-eventfd-for-uclibc.patch rename to package/qt5/qt5base/0005-forkd-disable-eventfd-for-uclibc.patch