[oe-commits] [meta-openembedded] 14/39: plymouth: remove virtual prefix for RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 20:07:18 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 8de8f822e6437b2f318942008661ef57fe97d8a1
Author: Joe MacDonald <joe_macdonald at mentor.com>
AuthorDate: Fri Jul 8 12:30:52 2016 -0400

    plymouth: remove virtual prefix for RPROVIDES
    
    The 'virtual' namespace is only intended to be used for build-time
    dependencies, not in the runtime package namespace.
    
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 de23dcd..597d8cd 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -13,7 +13,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} += "psplash psplash-support"
 
 SRC_URI = "http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2"
 SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list