diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:45:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:45:23 +0000 |
commit | c569e6eea7a8fbb546e6ab2f036670ed9ea477b5 (patch) | |
tree | a547492e32d085bcea3ed29c58fb6d97afa87e11 /meta/packages/psplash | |
parent | 7633048cafcb7039cead982f85411d3fdc374760 (diff) | |
download | poky-c569e6eea7a8fbb546e6ab2f036670ed9ea477b5.tar.gz |
psplash: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2440 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/psplash')
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index b01da10dd2..825dc1dbca 100644 --- a/meta/packages/psplash/psplash_svn.bb +++ b/meta/packages/psplash/psplash_svn.bb | |||
@@ -1,8 +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 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r3" | ||
6 | 5 | ||
7 | 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 \ |
8 | file://psplash-init" | 7 | file://psplash-init" |