diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-23 02:09:40 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-11 15:27:26 +0200 |
commit | 53dadd8f62f7ef19d11f33b860006cd02248fbc0 (patch) | |
tree | d009c46fdf884648b843c748f685ef6bd4315849 /recipes/psplash/psplash.inc | |
parent | e2918017ec1e8e750263345c5bad359d3e46416a (diff) |
psplash: fix runtime dependencies. (Partly Closes: #2412)
* virtual/psplash should be virtual-psplash to not confuse dpkg
* make corresponding changes in initramfs-module-psplash_1.0.bb
and exquisite_svn.bb as well
Diffstat (limited to 'recipes/psplash/psplash.inc')
-rw-r--r-- | recipes/psplash/psplash.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc index 3477229d82..515c830ce1 100644 --- a/recipes/psplash/psplash.inc +++ b/recipes/psplash/psplash.inc @@ -4,11 +4,11 @@ SECTION = "base" LICENSE = "GPL" RDEPENDS = "initscripts" PROVIDES = "virtual/psplash" -RPROVIDES_${PN} = "virtual/psplash" +RPROVIDES_${PN} = "virtual-psplash" RCONFLICTS_${PN} = "exquisite" PV = "0.0+svnr${SRCREV}" -PR = "r22" +PR = "r23" # You can create your own pslash-hand-img.h by doing # ./make-image-header.sh <file>.png HAND |