diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2014-01-10 17:50:21 -0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-15 23:18:32 +0100 |
commit | a7f6e2499a1f521a88929f5c5cb775e42703b277 (patch) | |
tree | c3b3b85bc360c1f576f057274c556c9156a35649 | |
parent | 803a105f90c939464cbabf8ee91f0d63e5f70f68 (diff) | |
download | buildroot-a7f6e2499a1f521a88929f5c5cb775e42703b277.tar.gz buildroot-a7f6e2499a1f521a88929f5c5cb775e42703b277.zip |
psplash: use git repository
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>
-rw-r--r-- | package/psplash/psplash.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/psplash/psplash.mk b/package/psplash/psplash.mk index cb1c54a8c8..83b6f79c64 100644 --- a/package/psplash/psplash.mk +++ b/package/psplash/psplash.mk @@ -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)) |