From patchwork Thu May 8 21:11:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 347245 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 3AAFD1400FE for ; Fri, 9 May 2014 07:11:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 48832888A2; Thu, 8 May 2014 21:11:18 +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 3BTmvBA1Sw9r; Thu, 8 May 2014 21:11:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 3A1668C73A; Thu, 8 May 2014 21:11:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 66B9A1BF970 for ; Thu, 8 May 2014 21:11:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 62C6C2E972 for ; Thu, 8 May 2014 21:11:08 +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 d4nF3ANtA3Ko for ; Thu, 8 May 2014 21:11:08 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by silver.osuosl.org (Postfix) with ESMTPS id B53C61FEE6 for ; Thu, 8 May 2014 21:11:07 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id x12so3115811wgg.30 for ; Thu, 08 May 2014 14:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=EtQKK0ME59FfnAzH1SVy2WQBLSgIujEL7+KKHkEcm0o=; b=CBX38L19iI8baa0+p0xy+yfHEwpsyiBr8umCVb+LPma33qcq/ZMG5Th94SONU5ul0Y F2DMiVoyvoc3DZw59FQQGWge2ZvK0yxO+e0Y/WSUtWYkb3QTd/zTX4ludxOF9jA7WWOd VSGZ2Zo/lAsp4Dseo9+tZBU7kUCzsDGIVfHT+/QNbwAS4DvI6ETTPxuzmOOcoiLf99Kf JObNjlvBuhydtbk2QmOM4cPy0a1lIP33gToqY50GCOJkOHtuWI38nU+p8lzT5XswuSF0 oiDuYCxCvryKsxJGVyTk3iG2xgkLbJZS56412ao0UDPxjwDk17ChjdA4+JL1/fhWocad oIxQ== X-Received: by 10.180.208.52 with SMTP id mb20mr92258wic.34.1399583466266; Thu, 08 May 2014 14:11:06 -0700 (PDT) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id ba9sm14886wib.24.2014.05.08.14.11.04 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 14:11:05 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Thu, 8 May 2014 23:11:01 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/3] package/rpi-userland: bump version X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: "Yann E. MORIN" Allow stereo modes to be selected for output; enable NTSC output. Signed-off-by: "Yann E. MORIN" --- package/rpi-userland/rpi-userland.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 7188dcf..f6e4443 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = a59842a068cbd19e262701f30014499e9070fbf6 +RPI_USERLAND_VERSION = eccb81050afd177da1923404b366c6226f29bfe0 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE