mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 01:35:35 +00:00
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>
This commit is contained in:
parent
f84a551f2d
commit
cea7dff3ef
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user