diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-12 10:47:07 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-13 09:43:43 -0700 |
commit | 7b930600decc08da3c14ff428f9c4bf70342af5e (patch) | |
tree | 022d36302a55c6f59525300fc188c36080ee4b16 | |
parent | 6d20c4c6829d8a0a324e3c3e6a92590ad39e5f14 (diff) | |
download | meta-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.bb | 2 |
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 | ||
8 | ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" | 8 | ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" |
9 | 9 | ||
10 | PROVIDES += "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm" | ||
11 | |||
12 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" |
13 | 11 | ||
14 | REPO ?= "git://github.com/Xilinx/mali-userspace-binaries.git;protocol=https" | 12 | REPO ?= "git://github.com/Xilinx/mali-userspace-binaries.git;protocol=https" |