diff options
author | Carsten Haitzler (Raster <raster@rasterman.com> | 2008-10-30 16:06:52 +1100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-14 00:22:08 +0000 |
commit | 2ced994b93b6488570c3a8fd146185e53dbdd91c (patch) | |
tree | baf1db8cefb9d7971496f51023b1e62992639946 /packages/e17/exquisite_svn.bb | |
parent | 38b28c110b718b119bb308bc7831f3a05059355b (diff) |
exquisitie: update initial timeout to wait for exquisite and the total boot too
this increases the initial timeout wait from 20 to 40 seconds for exqusitie
and also extends the total boot time timeout to 300 seconds from 180, incase
the boot takes a long time.
Diffstat (limited to 'packages/e17/exquisite_svn.bb')
-rw-r--r-- | packages/e17/exquisite_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/e17/exquisite_svn.bb b/packages/e17/exquisite_svn.bb index f1c8908545..e303600d58 100644 --- a/packages/e17/exquisite_svn.bb +++ b/packages/e17/exquisite_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "A psplash replacement for display" LICENSE = "MIT BSD" DEPENDS = "eet evas ecore embryo edje" PV = "0.0.1+svnr${SRCREV}" -PR = "r2" +PR = "r3" RDEPENDS = "initscripts" RRECOMMENDS_${PN} = "exquisite-themes" |