From 61f01397bff9e6f9cab09f9bf66cd754b05cb5b9 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 13 Oct 2014 15:40:59 +0300 Subject: libgles: Use correct path for to the meta-ti layer Path to meta-ti layer got changed when meta repo checkout was changed. Correctly find all the files again. Change-Id: Ia5a7dee56ff33fcc039791b90f15a242439106d9 Reviewed-by: Eirik Aavitsland --- meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb index 6a8c1ba..1c9824c 100644 --- a/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb +++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb @@ -1,6 +1,6 @@ require recipes-graphics/libgles/libgles-omap3-no-x.inc -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${COREBASE}/meta-ti/recipes-graphics/libgles/${PN}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${COREBASE}/../meta-ti/recipes-graphics/libgles/${PN}" LICENSE = "TI-TSPA" -- cgit v1.2.3-54-g00ecf