diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-07 14:49:51 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-07 14:49:51 +0100 |
commit | 566a0285b244e019f92e358a5e4e2c7733a514e6 (patch) | |
tree | 758e7527de6ffe89aa4e3bd1ed1dd6798a0e033f /recipes/shr/shr-splash-theme.inc | |
parent | 051bfdfe4386befd68eb83cdc1a48d1b7f709a65 (diff) |
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/shr-splash-theme.inc')
-rw-r--r-- | recipes/shr/shr-splash-theme.inc | 3 |
1 files changed, 2 insertions, 1 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 |