From patchwork Fri Feb 27 08:07:10 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?J=C3=A9r=C3=B4me_Oufella?= X-Patchwork-Id: 444184 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id ED1CA140119 for ; Fri, 27 Feb 2015 19:07:39 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 83959337A2; Fri, 27 Feb 2015 08:07:38 +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 QedltKhLu0hh; Fri, 27 Feb 2015 08:07:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 712B8300EE; Fri, 27 Feb 2015 08:07:36 +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 B64841C2236 for ; Fri, 27 Feb 2015 08:07:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B043992408 for ; Fri, 27 Feb 2015 08:07:34 +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 VZZVtRickP0Q for ; Fri, 27 Feb 2015 08:07:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.savoirfairelinux.com (mail.savoirfairelinux.com [209.172.62.77]) by whitealder.osuosl.org (Postfix) with ESMTP id 90E2892397 for ; Fri, 27 Feb 2015 08:07:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 96B45620A93 for ; Fri, 27 Feb 2015 03:07:31 -0500 (EST) X-Virus-Scanned: amavisd-new at mail.savoirfairelinux.com Received: from mail.savoirfairelinux.com ([127.0.0.1]) by localhost (mail.savoirfairelinux.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id JC6Fk2zkyzv8; Fri, 27 Feb 2015 03:07:30 -0500 (EST) Received: from office-srv-01.mtl.sfl (mtl.savoirfairelinux.net [208.88.110.46]) by mail.savoirfairelinux.com (Postfix) with ESMTP id 2182562092C; Fri, 27 Feb 2015 03:07:30 -0500 (EST) Received: from pcjo.localdomain (unknown [192.168.49.204]) by office-srv-01.mtl.sfl (Postfix) with ESMTP id 1E29448C001; Fri, 27 Feb 2015 03:07:30 -0500 (EST) From: Jerome Oufella To: buildroot@busybox.net Date: Fri, 27 Feb 2015 03:07:10 -0500 Message-Id: <1425024430-21477-1-git-send-email-jerome.oufella@savoirfairelinux.com> X-Mailer: git-send-email 2.1.0 Subject: [Buildroot] [PATCH] psplash: bump version 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" This version fixes an image rendering bug and adds configuration items. Signed-off-by: Jerome Oufella --- package/psplash/psplash.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index b756266..5901547 100644 --- a/package/psplash/psplash.mk +++ b/package/psplash/psplash.mk @@ -4,7 +4,7 @@ # ################################################################################ -PSPLASH_VERSION = afd4e228c606a9998feae44a3fed4474803240b7 +PSPLASH_VERSION = 14c8f7b705de944beb4de3f296506d80871e410f PSPLASH_SITE = git://git.yoctoproject.org/psplash PSPLASH_LICENSE = GPLv2+ PSPLASH_AUTORECONF = YES