summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-24 17:31:43 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-24 17:31:43 +0000
commiteee1508e19a9cf2cbe906c40dff5844a17d0b660 (patch)
tree372d24bf34c29a7bf67f06870d66e21cae10544c /meta
parentbd76341f2129ac0469dc85dbd9bb4fd623b8da9c (diff)
downloadpoky-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')
-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 @@
1DESCRIPTION = "Userspace framebuffer boot logo based on usplash." 1DESCRIPTION = "Userspace framebuffer boot logo based on usplash."
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPL" 3LICENSE = "GPL"
4PV = "0.0+svn${SRCDATE}"
4 5
5SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ 6SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \
6 file://psplash-init" 7 file://psplash-init"