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 1B21AC07E9D for ; Mon, 26 Sep 2022 12:08:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id B7D6660F93; Mon, 26 Sep 2022 12:08:08 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B7D6660F93 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 gqmX8mfWLgov; Mon, 26 Sep 2022 12:08:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp3.osuosl.org (Postfix) with ESMTP id F002E60F72; Mon, 26 Sep 2022 12:08:06 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org F002E60F72 Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 74A0A1BF3B0 for ; Mon, 26 Sep 2022 12:07:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 146B141811 for ; Mon, 26 Sep 2022 12:07:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 146B141811 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 hPLY7vGYz9Hm for ; Mon, 26 Sep 2022 12:07:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org DDF09417DE Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by smtp4.osuosl.org (Postfix) with ESMTPS id DDF09417DE for ; Mon, 26 Sep 2022 12:07:33 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id F33D0FF804; Mon, 26 Sep 2022 12:07:31 +0000 (UTC) Date: Mon, 26 Sep 2022 14:07:31 +0200 From: Thomas Petazzoni To: Bernd Kuhls Message-ID: <20220926140731.7b1a1f6b@windsurf> In-Reply-To: <20220925071906.95926-1-bernd.kuhls@t-online.de> References: <20220925071906.95926-1-bernd.kuhls@t-online.de> 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=1664194052; 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=dTS5Rf9lUQYokHOd38/8TSZkFfm7x/4XaNFwox8Y1T4=; b=jL3LJgkNrktpF7ConXl20JVfT6ZOEXVQWLDwMq4ghji1fGz8EH6UY8fJTtd1KAexPWahA3 mEUIVjedSLIEjTp+hQ0Y2v/P3axF8cK14Nho4/2KrdrG20//JwxgR+sv50c50eTb+GyTv+ O4rI0BPyf7G7wTJHDI+EhIpzJXG5RForgFYbtDMr2u+0wW6ADzA1u7zgnxQDL+TkiSDDGO u9tW5B3TziamQsq6gZcSkqiHDmWuzzcPzeF096FUEyYbcwqmk/+PrOLfJAvACJHeh0EsZi vo1C3yrHq51DV+z0P26UQaDx2k1NX7hZtx6c4FAMHn1RV8E5D4n/XNZ4knC73A== X-Mailman-Original-Authentication-Results: smtp4.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=jL3LJgkN Subject: Re: [Buildroot] [PATCH 1/3] package/intel-gmmlib: bump version to 22.2.0 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: Louis-Paul Cordier , buildroot@buildroot.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" On Sun, 25 Sep 2022 09:19:04 +0200 Bernd Kuhls wrote: > Signed-off-by: Bernd Kuhls > --- > package/intel-gmmlib/intel-gmmlib.hash | 2 +- > package/intel-gmmlib/intel-gmmlib.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) All 3 patches applied. 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