aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-07 14:49:51 +0100
committerSebastian Spaeth <Sebastian@SSpaeth.de>2009-12-07 14:49:51 +0100
commit566a0285b244e019f92e358a5e4e2c7733a514e6 (patch)
tree758e7527de6ffe89aa4e3bd1ed1dd6798a0e033f /recipes/shr
parent051bfdfe4386befd68eb83cdc1a48d1b7f709a65 (diff)
downloadopenembedded-566a0285b244e019f92e358a5e4e2c7733a514e6.tar.gz
shr-splash,shr-splash-theme: Make PREFERRED_PROVIDER work by tweaking R|PROVIDES and DEPENDS
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-splash-theme.inc3
-rw-r--r--recipes/shr/shr-splash_git.bb4
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes/shr/shr-splash-theme.inc b/recipes/shr/shr-splash-theme.inc
index 50e62bcb7e..3f1b4af833 100644
--- a/recipes/shr/shr-splash-theme.inc
+++ b/recipes/shr/shr-splash-theme.inc
@@ -1,4 +1,5 @@
-RPROVIDES_${PN} = "virtual/shr-splash-theme"
+RPROVIDES = "virtual/shr-splash-theme"
+PROVIDES = "virtual/shr-splash-theme"
RDEPENDS += "shr-splash"
inherit update-alternatives
diff --git a/recipes/shr/shr-splash_git.bb b/recipes/shr/shr-splash_git.bb
index 5053befbf8..5181dbfacd 100644
--- a/recipes/shr/shr-splash_git.bb
+++ b/recipes/shr/shr-splash_git.bb
@@ -3,8 +3,8 @@ SECTION = "x11/data"
LICENSE = "MIT BSD"
PV = "1.2+gitr${SRCREV}"
PR = "r4"
-RRECOMMENDS_${PN} += "\
- virtual/shr-splash-theme"
+DEPENDS = "virtual/shr-splash-theme"
+RRECOMMENDS = "virtual/shr-splash-theme"
inherit update-rc.d