From patchwork Wed Oct 21 15:18:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1385613 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=kz8b7Frg; dkim-atps=neutral Received: from whitealder.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 ozlabs.org (Postfix) with ESMTPS id 4CGZ0J4NLLz9sRk for ; Thu, 22 Oct 2020 02:19:12 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 48EC386BC0; Wed, 21 Oct 2020 15:19:05 +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 Lv92VQimGcNg; Wed, 21 Oct 2020 15:19:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0E94B869C4; Wed, 21 Oct 2020 15:19:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D77641BF338 for ; Wed, 21 Oct 2020 15:18:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CE79D868F8 for ; Wed, 21 Oct 2020 15:18:54 +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 99NNiKbsYdfa for ; Wed, 21 Oct 2020 15:18:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id C7100868F4 for ; Wed, 21 Oct 2020 15:18:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6564A18150D; Wed, 21 Oct 2020 17:18:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1603293529; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=rz4U4OcntHlRx0i3RHuYhw/bZMeUtoj9s86cuJ8xWsM=; b=kz8b7FrgB1M8xIF8+L9TBALs6OA0vPhXkdHC4KDo1qdqW8iGnn1cs/XZnosWVNqrxBjEdk VpTlUxv9faBMoBkM8bN3QKuKXGQOrWPFkhvRmnqpev4m7StMhNrHNgcaaKivVkUXHX+eP5 j7G9adgrfv4QIdB/uE/60KmBrusm5bU= To: buildroot@buildroot.org Date: Wed, 21 Oct 2020 17:18:38 +0200 Message-Id: <20201021151839.31731-4-buildroot@heine.tech> In-Reply-To: <20201021151839.31731-1-buildroot@heine.tech> References: <20201021151839.31731-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 4/4] DEVELOPERS: Add myself for grpc and dependencies X-BeenThere: buildroot@busybox.net 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: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Michael Nosthoff --- DEVELOPERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPERS b/DEVELOPERS index b245c1cd7e..8f3759c0ae 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1850,6 +1850,10 @@ F: package/gnuplot/ F: package/sdl2/ N: Michael Nosthoff +F: package/googletest/ +F: package/grpc/ +F: package/libabseil-cpp/ +F: package/protobuf/ F: package/re2/ N: Michael Rommel