diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-26 01:26:04 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-26 01:26:04 +0000 |
commit | 272c406884fa6619b3c8f3d78d51fb259dafa3be (patch) | |
tree | 90fee004f964f0c6c2ca0013de644affdd7062cf /packages/psplash/psplash_svn.bb | |
parent | d717570ad180da61707b73127a76ac724b791483 (diff) |
psplash svn: Use standard OE init.d library for machine detection.
* Fixes #3471.
Diffstat (limited to 'packages/psplash/psplash_svn.bb')
-rw-r--r-- | packages/psplash/psplash_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/psplash/psplash_svn.bb b/packages/psplash/psplash_svn.bb index cf6e228d92..17b459a15f 100644 --- a/packages/psplash/psplash_svn.bb +++ b/packages/psplash/psplash_svn.bb @@ -3,7 +3,8 @@ HOMEPAGE = "http://projects.o-hand.com/psplash" SECTION = "base" LICENSE = "GPL" PV = "0.0+svnr${SRCREV}" -PR = "r11" +PR = "r12" +RDEPENDS = "initscripts" # You can create your own pslash-hand-img.h by doing # ./make-image-header.sh <file>.png HAND |