From: Kevin Tian Date: Thu, 10 Jun 2010 07:20:49 +0000 (+0800) Subject: psplash: fix metadata X-Git-Tag: 2011-1~5843 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6f80a528c38dd40efda99d13595603a7b9166c95;p=openembedded-core.git psplash: fix metadata Signed-off-by: Kevin Tian --- diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index dceab6864f..1e53ef1f1b 100644 --- a/meta/packages/psplash/psplash_svn.bb +++ b/meta/packages/psplash/psplash_svn.bb @@ -1,6 +1,9 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash." +HOMEPAGE = "http://svn.o-hand.com/view/misc/trunk/psplash/" SECTION = "base" -LICENSE = "GPL" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f" + PV = "0.0+svnr${SRCREV}" PR = "r5"