diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-23 14:19:34 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-23 14:32:05 -0300 |
commit | 0ba9afbe37a6ffaaefae3d37c79cb921f60317a2 (patch) | |
tree | a2989722680e94593559546ed560424d2a1fab80 /packages/psplash/psplash_svn.bb | |
parent | 0b7903ed229c1bb2fe93e4253c7dfdeb19f660b2 (diff) |
psplash: improve how to detect boot param to avoid the psplash starting
It was done using a looping through cmdline contents but it failed
depending on params order; using a grep makes it works more reliably.
Diffstat (limited to 'packages/psplash/psplash_svn.bb')
-rw-r--r-- | packages/psplash/psplash_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb index e7cbda5641..f471396843 100644 --- a/packages/psplash/psplash_svn.bb +++ b/packages/psplash/psplash_svn.bb @@ -3,7 +3,7 @@ require psplash-ua.inc ALTERNATIVE_PRIORITY = "10" -PR = "r17" +PR = "r18" SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ file://psplash-hand-img.h \ |