aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/libgles/libgles-omap3_4.10.00.01.bb
diff options
context:
space:
mode:
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 9265ffe5..1b1bf22f 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}"
LIBGLESWINDOWSYSTEM = "libpvrPVR2D_FRONTWSEGL.so.1"
do_configure_append() {
- # PLAT_CC might not have needed arguments, so use CC instead.
- for mak in $(find ${S} -name "*.mak" -o -name Makefile) ; do
- sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak
- done
+ # PLAT_CC might not have needed arguments, so use CC instead.
+ for mak in $(find ${S} -name "*.mak" -o -name Makefile) ; do
+ sed -i -e s:\$\(PLAT_CC\):\$\(CC\):g $mak
+ done
}