From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0C603ECAAD4 for ; Mon, 29 Aug 2022 20:08:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id AC89A813DB; Mon, 29 Aug 2022 20:08:25 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org AC89A813DB X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rdRh8k74ixHB; Mon, 29 Aug 2022 20:08:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id CAA72813D8; Mon, 29 Aug 2022 20:08:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org CAA72813D8 Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C205E1BF3D9 for ; Mon, 29 Aug 2022 20:07:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 9D581813DB for ; Mon, 29 Aug 2022 20:07:38 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 9D581813DB X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xSL1SuU0NnhF for ; Mon, 29 Aug 2022 20:07:37 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 49FDC813D2 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::226]) by smtp1.osuosl.org (Postfix) with ESMTPS id 49FDC813D2 for ; Mon, 29 Aug 2022 20:07:36 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 7F998C0007; Mon, 29 Aug 2022 20:07:33 +0000 (UTC) Date: Mon, 29 Aug 2022 22:07:32 +0200 To: Jesse Van Gavere Message-ID: <20220829220732.7ea18a88@windsurf> In-Reply-To: <20220826135503.20612-5-jesseevg@gmail.com> References: <20220826135503.20612-1-jesseevg@gmail.com> <20220826135503.20612-5-jesseevg@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1661803653; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6QDP8hUtjweua90AGuag18B7ZZJico07XDNACDbX0T4=; b=hQoIYjGh1EPgCPCAt/5wN9y5zoUDGITKEY+Q3p79T2P2vPiwmZ0fh3eL/ylTU0gPaWouZc TtBy8UeKBUxQ8HzaN3lJbPKTqadlGNvvQM0L8klrB3gibvFiWEQwrSibZtxMSPUCjLnYjZ E0+K8KaVxl+3/zmyVLTMn7wIR8nS2V5wcGwum78whxDAtCd50LY4yIpnvD39DvbAlYw5Va auH6TLN6w7yDLFOWFKd53s/e2G7ugqm1OsRAIP/gq5nQxju7up1pL6A9S3Gpp4278lfa2k 26sIJ+LIX3tjNhSl2oRW/xFbPnVpo3IdZM/IrQ/AHxKXsIn8DMSo/gagde0vxg== X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dkim=pass (2048-bit key, unprotected) header.d=bootlin.com header.i=@bootlin.com header.a=rsa-sha256 header.s=gm1 header.b=hQoIYjGh Subject: Re: [Buildroot] [PATCH v4 04/29] package/qt6/qt6base: add support for concurrent module X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Fri, 26 Aug 2022 15:54:38 +0200 Jesse Van Gavere wrote: > Signed-off-by: Jesse Van Gavere > --- > package/qt6/qt6base/Config.in | 5 +++++ > package/qt6/qt6base/qt6base.mk | 6 ++++++ > 2 files changed, 11 insertions(+) Applied to next, thanks. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot