From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.17]) by mail.openembedded.org (Postfix) with ESMTP id 01F58747FB for ; Mon, 21 May 2018 23:17:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id A857820B82; Mon, 21 May 2018 23:17:50 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo03-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WbsahdXzEpK5; Mon, 21 May 2018 23:17:50 +0000 (UTC) Received: from mail.denix.org (pool-100-15-85-143.washdc.fios.verizon.net [100.15.85.143]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id 818BF204D6; Mon, 21 May 2018 23:17:49 +0000 (UTC) Received: from gimli.denix (gimli [192.168.0.6]) by mail.denix.org (Postfix) with ESMTP id 87CC716342D; Mon, 21 May 2018 19:17:44 -0400 (EDT) From: Denys Dmytriyenko To: openembedded-core@lists.openembedded.org Date: Mon, 21 May 2018 19:17:35 -0400 Message-Id: X-Mailer: git-send-email 2.7.4 Cc: Denys Dmytriyenko Subject: [PATCH 0/4] Package upgrades X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 23:17:50 -0000 From: Denys Dmytriyenko Upgrades for hdparm, lz4, mtd-utils and wayland-protocols. The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e: patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100) are available in the git repository at: git://push.openembedded.org/openembedded-core-contrib denix/master Denys Dmytriyenko (4): hdparm: upgrade 9.55 -> 9.56 lz4: upgrade 1.8.1.2 -> 1.8.2 mtd-utils: upgrade 2.0.1 -> 2.0.2 wayland-protocols: upgrade 1.13 -> 1.14 meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++-- meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} | 4 ++-- .../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} | 4 ++-- meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%) rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%) rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%) -- 2.7.4