aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorrobert_joslyn@selinc.com <robert_joslyn@selinc.com>2017-04-03 13:18:10 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-06 13:00:31 +0200
commitcea7dff3ef92a704e0592b5dc5ef87ff120ef907 (patch)
tree408602e941136602ea7ba2ab49a1d5a518044abd /meta-oe/recipes-core
parentf84a551f2d419df88b85987855fec866d9e84b4a (diff)
downloadmeta-openembedded-contrib-cea7dff3ef92a704e0592b5dc5ef87ff120ef907.tar.gz
plymouth: Fix virtual RPROVIDES
Runtime package names cannot have slashes in them, so replace "virtual/" with "virtual-" in RPROVIDES. Signed-off-by: Robert Joslyn <robert_joslyn@selinc.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
index 1c1a02d0bf..6163cff7c4 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libcap libpng cairo dbus udev"
PROVIDES = "virtual/psplash"
-RPROVIDES_${PN} = "virtual/psplash virtual/psplash-support"
+RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support"
SRC_URI = "http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d"