[oe-commits] Otavio Salvador : psplash.inc: only provides virtual/psplash at ${PN}

GIT User account git at amethyst.openembedded.net
Sat Feb 28 20:09:39 UTC 2009


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

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Feb 26 15:11:01 2009 -0300

psplash.inc: only provides virtual/psplash at ${PN}

---

 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 a320f2b..8946469 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"





More information about the Openembedded-commits mailing list