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/initrdscripts | |
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/initrdscripts')
-rw-r--r-- | recipes/initrdscripts/initramfs-module-psplash_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/initrdscripts/initramfs-module-psplash_1.0.bb b/recipes/initrdscripts/initramfs-module-psplash_1.0.bb index 8d61257220..08d1cc69c4 100644 --- a/recipes/initrdscripts/initramfs-module-psplash_1.0.bb +++ b/recipes/initrdscripts/initramfs-module-psplash_1.0.bb @@ -1,6 +1,6 @@ SRC_URI = "file://00-psplash.sh file://99-psplash.sh" -PR = "r4" -RDEPENDS = "initramfs-uniboot virtual/psplash" +PR = "r5" +RDEPENDS = "initramfs-uniboot virtual-psplash" DESCRIPTION = "An initramfs module to enable psplash." do_install() { |