From patchwork Wed Sep 4 17:10:55 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1157836 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="b4Uf8ifZ"; dkim-atps=neutral Received: from fraxinus.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 ozlabs.org (Postfix) with ESMTPS id 46Nr230N0Zz9s4Y for ; Thu, 5 Sep 2019 03:11:07 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 69F5185D78; Wed, 4 Sep 2019 17:11:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kfYLd-69fy6n; Wed, 4 Sep 2019 17:11:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5111C85C43; Wed, 4 Sep 2019 17:11:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id DF9651BF3C5 for ; Wed, 4 Sep 2019 17:11:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DCDB82034F for ; Wed, 4 Sep 2019 17:11:02 +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 Y+3nvaZq9KZw for ; Wed, 4 Sep 2019 17:11:02 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by silver.osuosl.org (Postfix) with ESMTPS id E002B2001D for ; Wed, 4 Sep 2019 17:11:01 +0000 (UTC) Received: from menoah.home (lfbn-1-8923-205.w193-250.abo.wanadoo.fr [193.250.65.205]) by koncepto.io (Postfix) with ESMTPSA id C178160222; Wed, 4 Sep 2019 19:10:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1567617059; bh=qLhyfWT5moRIV9Cxe/lPt2OwQt2ur1s+yQPXmdkpz+c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=b4Uf8ifZbVpJvtB3f01mfHOMwbPkTpFA7RMpBH5+UPRFinIRNs6IQ7Ru0CQ4DN8lA 0Pfq4Wga3dCJ9Bfeh5a45toeheawxNL3rwv/npuusbOqjvef+2M821YKqTJ6m6KgaW E7oBNltXKogOv2L+m6Ud391U8atGV4euf3EJpf7bEoFLzWxu88eQ3qiu9Xv3E1bMBb q8RFsfjjfBUQP+KYUYOiD2heDRfQYlgYNidjoxeOR2w/cIZweWxsg/poPfvfhCxlzr SRWFcvKX7Nv29SyS9Qy5j4zB7Y/3TCmSoTaDCXLN58Z9qRyYUbQcyRhILzhk8FtnPF kNWXX62XSdE9g== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Wed, 4 Sep 2019 19:10:55 +0200 Message-Id: <1567617055-6167-2-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1567617055-6167-1-git-send-email-pjtexier@koncepto.io> References: <1567617055-6167-1-git-send-email-pjtexier@koncepto.io> Subject: [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for tree 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: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Pierre-Jean Texier --- DEVELOPERS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPERS b/DEVELOPERS index 0f0fb8c..4b4a74a 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -1895,6 +1895,7 @@ F: package/libubootenv/ F: package/libxml2/ F: package/python-periphery/ F: package/stunnel/ +F: package/tree/ N: Pieter De Gendt F: package/libvips/