From patchwork Fri Dec 5 21:09:53 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Seiderer X-Patchwork-Id: 418304 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 1A57B14010F for ; Sat, 6 Dec 2014 08:10:03 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4E6CA95FAF; Fri, 5 Dec 2014 21:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vw+EQwGwwzdm; Fri, 5 Dec 2014 21:10:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 9212E95ECB; Fri, 5 Dec 2014 21:10:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D72E51C2B2A for ; Fri, 5 Dec 2014 21:09:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D11909255E for ; Fri, 5 Dec 2014 21:09:59 +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 6p-AYt60Nbdn for ; Fri, 5 Dec 2014 21:09:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by whitealder.osuosl.org (Postfix) with ESMTPS id E87B392962 for ; Fri, 5 Dec 2014 21:09:57 +0000 (UTC) Received: from linux.local ([94.216.58.185]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0M4TgW-1XnHLy48vE-00yj9t for ; Fri, 05 Dec 2014 22:09:55 +0100 From: Peter Seiderer To: buildroot@busybox.net Date: Fri, 5 Dec 2014 22:09:53 +0100 Message-Id: <1417813793-15030-1-git-send-email-ps.report@gmx.net> X-Mailer: git-send-email 2.1.2 X-Provags-ID: V03:K0:ts3EFfxDIyF4vSPQxVajpGPJEMz8AZkfi96c78+rWSzjEn4gN43 idc19ceHflrqrjFB2BlUPt0/QgvhgkDmM5XZSpKKl3Au9K+v6aoiNXI9TkWdThip9x++5p7 Pk7b8tvjMpTPvbQ8y9oqoY05eBlvmbMbSRl6ifxtCCCBp7ZNg6OlC14XuYpuk6q0Hbr+kFP RNYpupyunuttTX2eVn3Gw== X-UI-Out-Filterresults: notjunk:1; Subject: [Buildroot] [PATCH v2] libv4l: bump to version 1.6.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Peter Seiderer --- Changes v1 -> v2: - add Signed-off-by --- package/libv4l/libv4l.hash | 3 +-- package/libv4l/libv4l.mk | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/libv4l/libv4l.hash b/package/libv4l/libv4l.hash index 80e677a..609cfbc 100644 --- a/package/libv4l/libv4l.hash +++ b/package/libv4l/libv4l.hash @@ -1,3 +1,2 @@ # Locally calculated -sha1 e0b74818e6f4a4b8974e152f4c00bec6c62265e5 v4l-utils-1.6.0.tar.bz2 -sha256 6054d3120c67a1524993e699b3b02036c817bb000b742c332682163966dc7605 v4l-utils-1.6.0.tar.bz2 +sha256 d3d6eb1f0204fb11f3d318bfca35d5f73cc077f88fac7665a47856a16496be7d v4l-utils-1.6.2.tar.bz2 diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk index 63dd5d2..94c7031 100644 --- a/package/libv4l/libv4l.mk +++ b/package/libv4l/libv4l.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBV4L_VERSION = 1.6.0 +LIBV4L_VERSION = 1.6.2 LIBV4L_SOURCE = v4l-utils-$(LIBV4L_VERSION).tar.bz2 LIBV4L_SITE = http://linuxtv.org/downloads/v4l-utils LIBV4L_INSTALL_STAGING = YES