summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-11 09:08:26 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-08-11 10:23:17 +0000
commit7a77eb1760eb242a6a4b37bec71c2311a0a806d6 (patch)
treea56e6e9e0607cb45c7c8aa4b5ec55e7777ca34b4 /meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
parent96550b28fc28fd3b59f8bf1ac92686dea1ace3ce (diff)
downloadmeta-boot2qt-7a77eb1760eb242a6a4b37bec71c2311a0a806d6.tar.gz
Change all tab characters to spaces
Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb')
-rw-r--r--meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb8
1 files changed, 4 insertions, 4 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 9265ffe..1b1bf22 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
@@ -48,8 +48,8 @@ S = "${WORKDIR}/Graphics_SDK_${SGXPV}"
48LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FRONTWSEGL.so.1" 48LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FRONTWSEGL.so.1"
49 49
50do_configure_append() { 50do_configure_append() {
51 # PLAT_CC might not have needed arguments, so use CC instead. 51 # PLAT_CC might not have needed arguments, so use CC instead.
52 for mak in $(find ${S} -name "*.mak" -o -name Makefile) ; do 52 for mak in $(find ${S} -name "*.mak" -o -name Makefile) ; do
53 sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak 53 sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak
54 done 54 done
55} 55}