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/e17 | |
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/e17')
-rw-r--r-- | recipes/e17/exquisite_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e17/exquisite_svn.bb b/recipes/e17/exquisite_svn.bb index ac4c6b57d4..b6b6441107 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" |