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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 B2E27EE4993 for ; Tue, 22 Aug 2023 19:28:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 6279161202; Tue, 22 Aug 2023 19:28:39 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 6279161202 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 PkTobz-kwmUY; Tue, 22 Aug 2023 19:28:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id B3187606E6; Tue, 22 Aug 2023 19:28:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B3187606E6 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id ABBE51BF370 for ; Tue, 22 Aug 2023 19:28:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 84FFE61214 for ; Tue, 22 Aug 2023 19:28:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 84FFE61214 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 qIxMBBaVQ3sO for ; Tue, 22 Aug 2023 19:28:35 +0000 (UTC) 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 E92D561202 for ; Tue, 22 Aug 2023 19:28:34 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org E92D561202 Received: by mail.gandi.net (Postfix) with ESMTPSA id BEE46FF804; Tue, 22 Aug 2023 19:28:31 +0000 (UTC) Date: Tue, 22 Aug 2023 21:28:30 +0200 To: Paul Cercueil Message-ID: <20230822212830.236666b1@windsurf> In-Reply-To: <20230814145758.383366-1-paul@crapouillou.net> References: <20230814145758.383366-1-paul@crapouillou.net> Organization: Bootlin X-Mailer: Claws Mail 4.1.1 (GTK 3.24.38; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-GND-Sasl: thomas.petazzoni@bootlin.com X-Mailman-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1692732512; 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=WExWvtozKYeamgAjFElTBKpT580s0yZU/qZMQh+elaI=; b=Bo70VKlLPGcpXGHc+W/4j3HocrQnhcL6QuhP5QAxLNH6JNvtkC3LSEtG87mYy5z4eStjLH ZfjkBBJsRZ3JtXUMX5OA6s3cigpV4W9IOfP3yI426+UA+xWSqpgyIngFiPJ6Umc2fk7OoP H12hPhtdhrgBJa/ru+QzkIjANhw1HDTpXfYKsHcNdC1q2OAzx9DcmmasSsmGGeBwMwWkPs cG0+eWaZBJ0kYK13PD6wY6+bHqCLSnAabFzvXISj1D5FnooLZ5FPySv+GG+TmpYUB+Nqba mPXKVxsOnsuceF6oZI5gUE79EUs1tJK75TizFAhE+49uLQcZkSgKSyzlOLDWKg== 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=Bo70VKlL Subject: Re: [Buildroot] [PATCH v2 1/1] package/libiio: bump to version v0.25 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 Mon, 14 Aug 2023 16:57:58 +0200 Paul Cercueil wrote: > The changelog is available here: > https://github.com/analogdevicesinc/libiio/releases/tag/v0.25 > > Remove the 0001 patch as it is included in the v0.25 version. > > Signed-off-by: Paul Cercueil > > --- > v2: Update .checkpackageignore file as well 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