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 B5090ECAAD8 for ; Tue, 20 Sep 2022 06:39:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 6935E81A12; Tue, 20 Sep 2022 06:39:00 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6935E81A12 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 4EW-R84xU5eg; Tue, 20 Sep 2022 06:38:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 95347819C8; Tue, 20 Sep 2022 06:38:58 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 95347819C8 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 9C5F41BF33A for ; Tue, 20 Sep 2022 06:38:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 78CB760B19 for ; Tue, 20 Sep 2022 06:38:56 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 78CB760B19 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ExxI_eMgtATK for ; Tue, 20 Sep 2022 06:38:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 20BA160A69 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by smtp3.osuosl.org (Postfix) with ESMTPS id 20BA160A69 for ; Tue, 20 Sep 2022 06:38:54 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id C2B3BFF806; Tue, 20 Sep 2022 06:38:51 +0000 (UTC) Date: Tue, 20 Sep 2022 08:38:50 +0200 From: Thomas Petazzoni To: Jesse Van Gavere Message-ID: <20220920083850.59090c0c@windsurf> In-Reply-To: <20220826135503.20612-20-jesseevg@gmail.com> References: <20220826135503.20612-1-jesseevg@gmail.com> <20220826135503.20612-20-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=1663655932; 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=tMTVHlID9ZllO4FXme2NN48bMqdWO0VWbTYnMotKtxk=; b=RspKl1YkLuLtHh/rrwq6guYDZF+lVBNXQvzYaRgMb2kxQR9Xvm8vy2DluRclUvrCAsQNjU IYrfhv5jJzyFi6fFnsIm+7929YjdKXxuYZVarUanwSvXakLtAARTP+fKX1TKCI7IYgY0iJ bWCmtUuNXQpTEqnnrh8u98k10hcIKEDueewIT/GA/GSlja3vREG7MleoTIu9hITq851pKq 5l6mEiAGu1Xd8SnbcMgNFHH4tHsiIW65U5gkTo8cVIJ3SEfVz78bmbInmcExcgk4J1jSZ/ JB5QhUEC8R7KtTSA0touwCrpUjF5l8dKXH9NrSSFTqa7ALUjr5EcwLoUyncviQ== X-Mailman-Original-Authentication-Results: smtp3.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=RspKl1Yk Subject: Re: [Buildroot] [PATCH v4 19/29] package/qt6/qt6base: add support for sql module w/ postgresql 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: , 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:53 +0200 Jesse Van Gavere wrote: > Signed-off-by: Jesse Van Gavere > --- > package/qt6/qt6base/Config.in | 14 ++++++++++++++ > package/qt6/qt6base/qt6base.mk | 7 +++++++ > 2 files changed, 21 insertions(+) > > diff --git a/package/qt6/qt6base/Config.in b/package/qt6/qt6base/Config.in > index 9509fa5be9..79b6d675c5 100644 > --- a/package/qt6/qt6base/Config.in > +++ b/package/qt6/qt6base/Config.in > @@ -76,6 +76,20 @@ config BR2_PACKAGE_QT6BASE_MYSQL > Build MySQL plugin > If unsure, say n. > > +config BR2_PACKAGE_QT6BASE_PSQL > + bool "PostgreSQL Plugin" > + depends on BR2_USE_MMU # postgresql > + depends on !BR2_STATIC_LIBS > + depends on BR2_USE_WCHAR # postgresql Some dependencies of postgresql were missing, so I updated that. > + select BR2_PACKAGE_POSTGRESQL > + help > + Build PostgreSQL plugin > + If unsure, say n. Dropped this line. > + > +comment "PostgreSQL plugin needs a toolchain w/ wchar, dynamic library" > + depends on BR2_USE_MMU > + depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR Adjusted the comments here to take into account other postgresql dependencies. And applied! Thanks a lot! Thomas -- Thomas Petazzoni, co-owner and CEO, Bootlin Embedded Linux and Kernel engineering and training https://bootlin.com _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot