From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 15 Jan 2014 23:18:26 +0100 Subject: [Buildroot] [PATCH 2/3] psplash: use git repository In-Reply-To: <1389383422-29665-2-git-send-email-lucas.de.marchi@gmail.com> (Lucas De Marchi's message of "Fri, 10 Jan 2014 17:50:21 -0200") References: <1389383422-29665-1-git-send-email-lucas.de.marchi@gmail.com> <1389383422-29665-2-git-send-email-lucas.de.marchi@gmail.com> Message-ID: <87vbxksxcd.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Lucas" == Lucas De Marchi writes: > psplash doesn't see a new release for quite some time. The lattest > commits brought some nice bug fixes and a feature that allows to > easily customize the splash image. > Signed-off-by: Lucas De Marchi > --- > package/psplash/psplash.mk | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk > index cb1c54a..fe14f44 100644 > --- a/package/psplash/psplash.mk > +++ b/package/psplash/psplash.mk > @@ -4,9 +4,10 @@ > # > ################################################################################ > -PSPLASH_VERSION = 0.1 > -PSPLASH_SITE = http://downloads.yoctoproject.org/releases/psplash > +PSPLASH_VERSION = afd4e228c606a9998feae44a3fed4474803240b7 > +PSPLASH_SITE = git://git.yoctoproject.org/psplash > PSPLASH_LICENSE = GPLv2+ > PSPLASH_LICENSE_FILES = COPYING That git revision no longer has a COPYING file, so I've dropped this line and committed, thanks. -- Bye, Peter Korsgaard