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-zap_1.0.bb | |
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-zap_1.0.bb')
-rw-r--r-- | recipes/psplash/psplash-zap_1.0.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb index d6b281094e..0268b2015a 100644 --- a/recipes/psplash/psplash-zap_1.0.bb +++ b/recipes/psplash/psplash-zap_1.0.bb @@ -1,6 +1,5 @@ - SRC_URI = "file://zzapsplash-init" -PR = "r1" +PR = "r2" do_install_prepend() { install -d "${D}${sysconfdir}/init.d/" |