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 smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 9B7A5ECAAD2 for ; Mon, 29 Aug 2022 20:09:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 151E540895; Mon, 29 Aug 2022 20:09:18 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 151E540895 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GgIPnGkTlffO; Mon, 29 Aug 2022 20:09:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id C23AE40867; Mon, 29 Aug 2022 20:09:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org C23AE40867 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 1CD631BF3D9 for ; Mon, 29 Aug 2022 20:08:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id DC5084048C for ; Mon, 29 Aug 2022 20:08:02 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org DC5084048C X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4gG29uA_nkBG for ; Mon, 29 Aug 2022 20:08:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org CEC91404A9 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::221]) by smtp2.osuosl.org (Postfix) with ESMTPS id CEC91404A9 for ; Mon, 29 Aug 2022 20:08:01 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id CC48D240004; Mon, 29 Aug 2022 20:07:59 +0000 (UTC) Date: Mon, 29 Aug 2022 22:07:58 +0200 To: Jesse Van Gavere Message-ID: <20220829220758.1208f164@windsurf> In-Reply-To: <20220826135503.20612-9-jesseevg@gmail.com> References: <20220826135503.20612-1-jesseevg@gmail.com> <20220826135503.20612-9-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=1661803680; 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=2PkPrKJnBVPeytbsTrg6kGxyYxUxFd9yg04AgI5vneU=; b=GqXwg2o62aN5qPka96LCcHjbMmvznzvJk9msqYTHx1Nf6bpX+RY+bE2gWBxHIk06nI/XJC EJX4i+2eUEz+XT3V0pIeOqljfECRPEJEjamxIheAKuEcuhcQI/T0yjTbRQYQqlzIQQBRRA Myj0m6omdL9wksiy/5svBQB0M/DHb8CRay10rltHmqc0EKlNi+TgEAyW+DIBSrjew8Ut4i P7r5JDGD47F5IU1qLytvOVEE++suicrPctATrPDLJXe0DSJvp0lFNBa3OQo3zbIfAeuZh/ B+HLVICv/Cy/23BV+Il9t+KieZfwMD5heP6IST0ulRuQBcMhOVQHwnSqUAvIdg== X-Mailman-Original-Authentication-Results: smtp2.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=GqXwg2o6 Subject: Re: [Buildroot] [PATCH v4 08/29] package/qt6/qt6base: add support for syslog backend 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:42 +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