From cea7dff3ef92a704e0592b5dc5ef87ff120ef907 Mon Sep 17 00:00:00 2001 From: "robert_joslyn@selinc.com" Date: Mon, 3 Apr 2017 13:18:10 -0700 Subject: plymouth: Fix virtual RPROVIDES Runtime package names cannot have slashes in them, so replace "virtual/" with "virtual-" in RPROVIDES. Signed-off-by: Robert Joslyn Signed-off-by: Martin Jansa --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg