From 2e752e12d2059de41c73c32d490e965cf7417523 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 18 Oct 2013 23:38:25 +0100 Subject: libva: remove redundant PROVIDES There isn't any need to PROVIDE these as the ony user is in emgd-driver-bin's RDEPENDS and bitbake looks at PACKAGES when resolving that. Signed-off-by: Ross Burton Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/libva.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'common/recipes-multimedia/libva') diff --git a/common/recipes-multimedia/libva/libva.inc b/common/recipes-multimedia/libva/libva.inc index 8ee2ac4d..0fb02691 100644 --- a/common/recipes-multimedia/libva/libva.inc +++ b/common/recipes-multimedia/libva/libva.inc @@ -28,7 +28,6 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'wayland', '--disable-waylan --disable-dummy-driver" PACKAGES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl" -PROVIDES =+ "${PN}-x11 ${PN}-tpi ${PN}-glx ${PN}-egl" RDEPENDS_${PN}-tpi =+ "${PN}" RDEPENDS_${PN}-x11 =+ "${PN}" -- cgit v1.2.3-54-g00ecf