summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-03-12 10:47:07 -0700
committerMark Hatle <mark.hatle@xilinx.com>2020-03-13 09:43:43 -0700
commit7b930600decc08da3c14ff428f9c4bf70342af5e (patch)
tree022d36302a55c6f59525300fc188c36080ee4b16
parent6d20c4c6829d8a0a324e3c3e6a92590ad39e5f14 (diff)
downloadmeta-xilinx-7b930600decc08da3c14ff428f9c4bf70342af5e.tar.gz
libmali-xlnx: Remove virtual provides
The virtual provides should be handled via PREFERRED_PROVIDER setting in the MACHINE and/or DISTRO configuration files. Setting them in the recipe ends up making them unconditional in some cases leading to incorrect dependencies for the users. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb b/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb
index fb0b7a6d..82c4aee8 100644
--- a/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb
+++ b/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb
@@ -7,8 +7,6 @@ inherit distro_features_check update-alternatives
7 7
8ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" 8ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland"
9 9
10PROVIDES += "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm"
11
12FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 10FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
13 11
14REPO ?= "git://github.com/Xilinx/mali-userspace-binaries.git;protocol=https" 12REPO ?= "git://github.com/Xilinx/mali-userspace-binaries.git;protocol=https"