diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-11 09:08:26 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-08-11 10:23:17 +0000 |
commit | 7a77eb1760eb242a6a4b37bec71c2311a0a806d6 (patch) | |
tree | a56e6e9e0607cb45c7c8aa4b5ec55e7777ca34b4 /meta-ti-extras | |
parent | 96550b28fc28fd3b59f8bf1ac92686dea1ace3ce (diff) | |
download | meta-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')
-rw-r--r-- | meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend | 2 | ||||
-rw-r--r-- | meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend b/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend index 3cad977..452f8a2 100644 --- a/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend +++ b/meta-ti-extras/recipes/libgles/libgles-omap3_4.09.00.01.bbappend | |||
@@ -25,7 +25,7 @@ BINLOCATION_omap3 = "${S}/gfx_rel_es5.x" | |||
25 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" | 25 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FLIPWSEGL.so.1" |
26 | 26 | ||
27 | do_install_append() { | 27 | do_install_append() { |
28 | echo "ParamBufferSize=33554432" >> ${D}${sysconfdir}/powervr.ini | 28 | echo "ParamBufferSize=33554432" >> ${D}${sysconfdir}/powervr.ini |
29 | } | 29 | } |
30 | 30 | ||
31 | # Inhibit warnings about files being stripped. | 31 | # Inhibit warnings about files being stripped. |
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}" | |||
48 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FRONTWSEGL.so.1" | 48 | LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FRONTWSEGL.so.1" |
49 | 49 | ||
50 | do_configure_append() { | 50 | do_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 | } |