From 70eaa70a753b0a0f3968d2b02b1e916a55fd6332 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dagenais Date: Fri, 15 Nov 2019 16:00:25 -0800 Subject: libmali-xlnx: clean and fix FILESXTRAPATHS Normally, when the colon ':' separator is on the right, the assignment is meant to be prepended to the variable. Using the _append override with both colon and spaces is an incoherent use of the FILESEXTRAPATH variable: https://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#var-FILESEXTRAPATHS Also removed the r9p0... path as it doesn't exist. Signed-off-by: Jean-Francois Dagenais Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Manjukumar Matha --- meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb b/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb index 368eeef7..37d14e03 100644 --- a/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb +++ b/meta-xilinx-bsp/recipes-graphics/libgles/libmali-xlnx.bb @@ -9,10 +9,7 @@ ANY_OF_DISTRO_FEATURES = "x11 fbdev wayland" PROVIDES += "virtual/libgles1 virtual/libgles2 virtual/egl virtual/libgbm" -FILESEXTRAPATHS_append := " \ - ${THISDIR}/files: \ - ${THISDIR}/r9p0-01rel0: " - +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" REPO ?= "git://github.com/Xilinx/mali-userspace-binaries.git;protocol=https" BRANCH ?= "rel-v2019.2" -- cgit v1.2.3-54-g00ecf