diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-06-10 15:20:49 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:26 +0100 |
commit | 6f80a528c38dd40efda99d13595603a7b9166c95 (patch) | |
tree | 0ee89184cff822a9bf44c16de4334eeff3503e80 /meta/packages/psplash | |
parent | 54bf2b7a7830ea2f4cead52b5b39c57889a419ca (diff) | |
download | poky-6f80a528c38dd40efda99d13595603a7b9166c95.tar.gz |
psplash: fix metadata
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/psplash')
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
1 | DESCRIPTION = "Userspace framebuffer boot logo based on usplash." | 1 | DESCRIPTION = "Userspace framebuffer boot logo based on usplash." |
2 | HOMEPAGE = "http://svn.o-hand.com/view/misc/trunk/psplash/" | ||
2 | SECTION = "base" | 3 | SECTION = "base" |
3 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2+" |
5 | LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f" | ||
6 | |||
4 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r5" | 8 | PR = "r5" |
6 | 9 | ||