psplash: use git repository
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 10 Jan 2014 19:50:21 +0000 (17:50 -0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 15 Jan 2014 22:18:32 +0000 (23:18 +0100)
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.

[Peter: COPYING file no longer available]
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/psplash/psplash.mk

index cb1c54a8c866a836fb6a46b25e1005c9c3bbb6f5..83b6f79c64136152c2a124362779c31e567b34be 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-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
+PSPLASH_AUTORECONF = YES
 
 $(eval $(autotools-package))