[oe-commits] Henning Heinold : libass: fix missing \ and make spaces to tab

git version control git at git.openembedded.org
Sat Jan 22 20:10:04 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 93064a29cb99da44e8742b8be5d89fe62235d571
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=93064a29cb99da44e8742b8be5d89fe62235d571

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sat Jan 22 21:08:26 2011 +0100

libass: fix missing \ and make spaces to tab

---

 recipes/libass/libass.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libass/libass.inc b/recipes/libass/libass.inc
index 36b1080..79a16a9 100644
--- a/recipes/libass/libass.inc
+++ b/recipes/libass/libass.inc
@@ -10,7 +10,7 @@ SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2"
 inherit autotools pkgconfig
 
 OE_EXTRACONF = " \
-  --enable-enca \
+	--enable-enca \
 	--enable-fontconfig \
 	--enable-png \
 "
@@ -18,5 +18,5 @@ OE_EXTRACONF = " \
 PACKAGES =+ "${PN}-tests"
 
 FILES_${PN}-tests = " \
-	${libdir}/test/test
+	${libdir}/test/test \
 "





More information about the Openembedded-commits mailing list