diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-24 17:31:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-24 17:31:43 +0000 |
commit | eee1508e19a9cf2cbe906c40dff5844a17d0b660 (patch) | |
tree | 372d24bf34c29a7bf67f06870d66e21cae10544c /meta/packages/psplash | |
parent | bd76341f2129ac0469dc85dbd9bb4fd623b8da9c (diff) | |
download | poky-eee1508e19a9cf2cbe906c40dff5844a17d0b660.tar.gz |
psplash: Set PV correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@955 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash')
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb (renamed from meta/packages/psplash/psplash_0.0.bb) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/psplash/psplash_0.0.bb b/meta/packages/psplash/psplash_svn.bb index 987f35627a..2c21c99d7d 100644 --- a/meta/packages/psplash/psplash_0.0.bb +++ b/meta/packages/psplash/psplash_svn.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Userspace framebuffer boot logo based on usplash." | 1 | DESCRIPTION = "Userspace framebuffer boot logo based on usplash." |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PV = "0.0+svn${SRCDATE}" | ||
4 | 5 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ | 6 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ |
6 | file://psplash-init" | 7 | file://psplash-init" |