summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-10-13 15:40:59 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-10-16 14:07:51 +0300
commit61f01397bff9e6f9cab09f9bf66cd754b05cb5b9 (patch)
treea98b114b5be60c3fd4fcb87c2bfbcb8240356136 /meta-ti-extras
parent1f556e49c45200a7f89f6db94e956cfda3e70166 (diff)
downloadmeta-boot2qt-61f01397bff9e6f9cab09f9bf66cd754b05cb5b9.tar.gz
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 <eirik.aavitsland@digia.com>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r--meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1require recipes-graphics/libgles/libgles-omap3-no-x.inc 1require recipes-graphics/libgles/libgles-omap3-no-x.inc
2 2
3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${COREBASE}/meta-ti/recipes-graphics/libgles/${PN}" 3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${COREBASE}/../meta-ti/recipes-graphics/libgles/${PN}"
4 4
5LICENSE = "TI-TSPA" 5LICENSE = "TI-TSPA"
6 6