diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-10 17:49:15 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2008-11-10 17:49:15 +0100 |
commit | cf96c4ce6ca3901abebe7abefcee0a37ca8c5673 (patch) | |
tree | 7c8bc1b3328964294466e409f861f053e1baf6c0 | |
parent | 31aee0a9f9e35a847a1fc30c35048e8970745943 (diff) | |
download | poky-cf96c4ce6ca3901abebe7abefcee0a37ca8c5673.tar.gz |
psplash: Bump SVN revision to support the no fb case.
-rw-r--r-- | meta/conf/distro/include/poky-fixed-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/psplash/psplash_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-fixed-revisions.inc b/meta/conf/distro/include/poky-fixed-revisions.inc index 2f2a5161fd..a5333cc2a6 100644 --- a/meta/conf/distro/include/poky-fixed-revisions.inc +++ b/meta/conf/distro/include/poky-fixed-revisions.inc | |||
@@ -83,7 +83,7 @@ SRCREV_pn-opkg-utils ?= "4534" | |||
83 | SRCREV_pn-oprofileui ?= "194" | 83 | SRCREV_pn-oprofileui ?= "194" |
84 | SRCREV_pn-libowl-av = "398" | 84 | SRCREV_pn-libowl-av = "398" |
85 | SRCREV_pn-owl-video = "394" | 85 | SRCREV_pn-owl-video = "394" |
86 | SRCREV_pn-psplash ?= "404" | 86 | SRCREV_pn-psplash ?= "412" |
87 | QEMUSRCREV = "4242" | 87 | QEMUSRCREV = "4242" |
88 | SRCREV_pn-qemu-native ?= "${QEMUSRCREV}" | 88 | SRCREV_pn-qemu-native ?= "${QEMUSRCREV}" |
89 | SRCREV_pn-qemu-sdk ?= "${QEMUSRCREV}" | 89 | SRCREV_pn-qemu-sdk ?= "${QEMUSRCREV}" |
diff --git a/meta/packages/psplash/psplash_svn.bb b/meta/packages/psplash/psplash_svn.bb index d46b051c6b..dceab6864f 100644 --- a/meta/packages/psplash/psplash_svn.bb +++ b/meta/packages/psplash/psplash_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Userspace framebuffer boot logo based on usplash." | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ | 7 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ |
8 | file://psplash-init" | 8 | file://psplash-init" |