[oe-commits] Rolf Leggewie : psplash: fix runtime dependencies. (Partly Closes: #2412)

git version control git at git.openembedded.org
Thu Jun 11 13:42:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 53dadd8f62f7ef19d11f33b860006cd02248fbc0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53dadd8f62f7ef19d11f33b860006cd02248fbc0

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sat May 23 02:09:40 2009 +0200

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

---

 recipes/e17/exquisite_svn.bb                       |    4 ++--
 .../initrdscripts/initramfs-module-psplash_1.0.bb  |    4 ++--
 recipes/psplash/psplash-zap_1.0.bb                 |    3 +--
 recipes/psplash/psplash.inc                        |    4 ++--
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/recipes/e17/exquisite_svn.bb b/recipes/e17/exquisite_svn.bb
index ac4c6b5..b6b6441 100644
--- a/recipes/e17/exquisite_svn.bb
+++ b/recipes/e17/exquisite_svn.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "A psplash replacement for display"
 LICENSE = "MIT BSD"
 DEPENDS = "eet evas ecore embryo edje"
 PV = "0.0.1+svnr${SRCREV}"
-PR = "r8"
+PR = "r9"
 RDEPENDS = "initscripts"
 RRECOMMENDS_${PN} = "exquisite-themes"
-RCONFLICTS_${PN} = "psplash virtual/psplash"
+RCONFLICTS_${PN} = "psplash virtual-psplash"
 
 SRCNAME = "exquisite"
 
diff --git a/recipes/initrdscripts/initramfs-module-psplash_1.0.bb b/recipes/initrdscripts/initramfs-module-psplash_1.0.bb
index 8d61257..08d1cc6 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() {
diff --git a/recipes/psplash/psplash-zap_1.0.bb b/recipes/psplash/psplash-zap_1.0.bb
index d6b2810..0268b20 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/"
diff --git a/recipes/psplash/psplash.inc b/recipes/psplash/psplash.inc
index 3477229..515c830 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





More information about the Openembedded-commits mailing list