[oe-commits] Martin Jansa : libsdl: replace tabs with spaces

git at git.openembedded.org git at git.openembedded.org
Tue Nov 29 13:46:47 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 6912bd212cf91ead4c5f8c4e4bb86ceb15e414e1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6912bd212cf91ead4c5f8c4e4bb86ceb15e414e1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Nov 16 00:14:15 2011 +0100

libsdl: replace tabs with spaces

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta/recipes-graphics/libsdl/libsdl_1.2.14.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
index 17a3103..057f764 100644
--- a/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
+++ b/meta/recipes-graphics/libsdl/libsdl_1.2.14.bb
@@ -18,7 +18,7 @@ DEPENDS_virtclass-nativesdk = "libx11-nativesdk libxrandr-nativesdk libxrender-n
 PR = "r1"
 
 SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
-	   file://configure_tweak.patch \
+           file://configure_tweak.patch \
        "
 
 S = "${WORKDIR}/SDL-${PV}"
@@ -35,8 +35,8 @@ EXTRA_OECONF = "--disable-static --disable-debug --enable-cdrom --enable-threads
                 --disable-video-fbcon --disable-video-directfb --disable-video-ps2gs --disable-video-ps3 \
                 --disable-video-xbios --disable-video-gem --disable-video-dummy \
                 --enable-input-events --enable-input-tslib --enable-pthreads \
-		${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \
-		--disable-video-svga \
+                ${@base_contains('DISTRO_FEATURES', 'opengl', '--enable-video-opengl', '--disable-video-opengl', d)} \
+                --disable-video-svga \
                 --disable-video-picogui --disable-video-qtopia --enable-dlopen \
                 --disable-rpath"
 





More information about the Openembedded-commits mailing list