diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-26 15:11:01 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-02-28 17:08:50 -0300 |
commit | d566873fa2b569d713191176a02c1eaafb0f4a43 (patch) | |
tree | fdfe4899854a81a371e612de2c61f2a9a3434727 /packages/psplash | |
parent | 60372819c42accfa52c806ee849c3f7546ee64c6 (diff) |
psplash.inc: only provides virtual/psplash at ${PN}
Diffstat (limited to 'packages/psplash')
-rw-r--r-- | packages/psplash/psplash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/psplash/psplash.inc b/packages/psplash/psplash.inc index a320f2b151..89464694bc 100644 --- a/packages/psplash/psplash.inc +++ b/packages/psplash/psplash.inc @@ -4,7 +4,7 @@ SECTION = "base" LICENSE = "GPL" RDEPENDS = "initscripts" PROVIDES = "virtual/psplash" -RPROVIDES = "virtual/psplash" +RPROVIDES_${PN} = "virtual/psplash" PV = "0.0+svnr${SRCREV}" PR = "r2" |