[oe-commits] Frans Meulenbroeks : mythtv: removed tabs

git version control git at git.openembedded.org
Mon Aug 9 19:48:36 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Mon Aug  9 21:39:03 2010 +0200

mythtv: removed tabs

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/mythtv/gmyth-upnp_0.7.0.bb       |    6 +++---
 recipes/mythtv/mythplugins_0.22+fixes.bb |   24 ++++++++++++------------
 recipes/mythtv/mythplugins_0.23+fixes.bb |   24 ++++++++++++------------
 recipes/mythtv/mythtv_0.22+fixes.bb      |    4 ++--
 recipes/mythtv/mythtv_0.23+fixes.bb      |    6 +++---
 5 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/recipes/mythtv/gmyth-upnp_0.7.0.bb b/recipes/mythtv/gmyth-upnp_0.7.0.bb
index 6fce816..be16cea 100644
--- a/recipes/mythtv/gmyth-upnp_0.7.0.bb
+++ b/recipes/mythtv/gmyth-upnp_0.7.0.bb
@@ -15,14 +15,14 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1"
 
 do_compile_append() {
         sed -i -e s:${STAGING_DIR_TARGET}::g \
-	       -e s,Version:,Version:\ 0\.7\.0,g \
-	       -e s:/${TARGET_SYS}::g \   
+               -e s,Version:,Version:\ 0\.7\.0,g \
+               -e s:/${TARGET_SYS}::g \   
                -e s:clinkc::g \
                   gmyth-upnp.pc
 }
 
 do_install_append() {
-	mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test
+        mv ${D}/${bindir}/test ${D}/${bindir}/gmyth-upnp-test
 }
 
 SRC_URI[md5sum] = "29e58ea47e1548d70e4498cabca249a6"
diff --git a/recipes/mythtv/mythplugins_0.22+fixes.bb b/recipes/mythtv/mythplugins_0.22+fixes.bb
index 3cbf015..d828d02 100644
--- a/recipes/mythtv/mythplugins_0.22+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.22+fixes.bb
@@ -47,22 +47,22 @@ do_configure() {
 
 do_install_mythweb_apache () {
         oe_runmake install INSTALL_ROOT="${D}"
-	install -d  ${D}${datadir}/apache2
-	install -d  ${D}${datadir}/apache2/htdocs
-	install -d  ${D}/etc/apache2
-	install -d  ${D}/etc/apache2/extra
-	cp -r ${S}/mythweb/* ${D}${datadir}/apache2/htdocs/
-	cp -r ${S}/mythweb/mythweb.conf.apache ${D}/etc/apache2/extra/mythweb.conf
-	sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}/etc/apache2/extra/mythweb.conf
+        install -d  ${D}${datadir}/apache2
+        install -d  ${D}${datadir}/apache2/htdocs
+        install -d  ${D}/etc/apache2
+        install -d  ${D}/etc/apache2/extra
+        cp -r ${S}/mythweb/* ${D}${datadir}/apache2/htdocs/
+        cp -r ${S}/mythweb/mythweb.conf.apache ${D}/etc/apache2/extra/mythweb.conf
+        sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}/etc/apache2/extra/mythweb.conf
 }
 
 do_install_mythweb_lighttpd () {
         oe_runmake install INSTALL_ROOT="${D}"
-	install -d  ${D}/www
-	install -d  ${D}/www/pages
-	cp -r ${S}/mythweb/* ${D}www/pages/
-	cp -r ${S}/mythweb/mythweb.conf.lighttpd ${D}/etc/mythweb.conf
-	sed -i -e s:/var/www/html:/www/pages:g ${D}/etc/mythweb.conf
+        install -d  ${D}/www
+        install -d  ${D}/www/pages
+        cp -r ${S}/mythweb/* ${D}www/pages/
+        cp -r ${S}/mythweb/mythweb.conf.lighttpd ${D}/etc/mythweb.conf
+        sed -i -e s:/var/www/html:/www/pages:g ${D}/etc/mythweb.conf
 }
 
 pkg_postinst_mythweb_apache () {
diff --git a/recipes/mythtv/mythplugins_0.23+fixes.bb b/recipes/mythtv/mythplugins_0.23+fixes.bb
index 7aa4db8..2ddf334 100644
--- a/recipes/mythtv/mythplugins_0.23+fixes.bb
+++ b/recipes/mythtv/mythplugins_0.23+fixes.bb
@@ -47,22 +47,22 @@ do_configure() {
 
 do_install_mythweb_apache () {
         oe_runmake install INSTALL_ROOT="${D}"
-	install -d  ${D}${datadir}/apache2
-	install -d  ${D}${datadir}/apache2/htdocs
-	install -d  ${D}/etc/apache2
-	install -d  ${D}/etc/apache2/extra
-	cp -r ${S}/mythweb/* ${D}${datadir}/apache2/htdocs/
-	cp -r ${S}/mythweb/mythweb.conf.apache ${D}/etc/apache2/extra/mythweb.conf
-	sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}/etc/apache2/extra/mythweb.conf
+        install -d  ${D}${datadir}/apache2
+        install -d  ${D}${datadir}/apache2/htdocs
+        install -d  ${D}/etc/apache2
+        install -d  ${D}/etc/apache2/extra
+        cp -r ${S}/mythweb/* ${D}${datadir}/apache2/htdocs/
+        cp -r ${S}/mythweb/mythweb.conf.apache ${D}/etc/apache2/extra/mythweb.conf
+        sed -i -e s:/var/www/html:/usr/share/apache2/htdocs:g ${D}/etc/apache2/extra/mythweb.conf
 }
 
 do_install_mythweb_lighttpd () {
         oe_runmake install INSTALL_ROOT="${D}"
-	install -d  ${D}/www
-	install -d  ${D}/www/pages
-	cp -r ${S}/mythweb/* ${D}www/pages/
-	cp -r ${S}/mythweb/mythweb.conf.lighttpd ${D}/etc/mythweb.conf
-	sed -i -e s:/var/www/html:/www/pages:g ${D}/etc/mythweb.conf
+        install -d  ${D}/www
+        install -d  ${D}/www/pages
+        cp -r ${S}/mythweb/* ${D}www/pages/
+        cp -r ${S}/mythweb/mythweb.conf.lighttpd ${D}/etc/mythweb.conf
+        sed -i -e s:/var/www/html:/www/pages:g ${D}/etc/mythweb.conf
 }
 
 pkg_postinst_mythweb_apache () {
diff --git a/recipes/mythtv/mythtv_0.22+fixes.bb b/recipes/mythtv/mythtv_0.22+fixes.bb
index 18bfb76..effab19 100644
--- a/recipes/mythtv/mythtv_0.22+fixes.bb
+++ b/recipes/mythtv/mythtv_0.22+fixes.bb
@@ -2,7 +2,7 @@ require mythtv.inc
 
 DEPENDS_{PN} += "libmyth"
 DEPENDS_libmyth = "libmythdb libmythavutil libmythavcodec libmythavformat libmythswscale libmythhdhomerun \
-	libmythtv libmythui libmythfreemheg libmythupnp libmythlivemedia"
+        libmythtv libmythui libmythfreemheg libmythupnp libmythlivemedia"
 
 RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-database \
 mysql5-server mysql5-client libmysqlclient qt4-plugin-sqldriver-sqlmysql xmltv"
@@ -64,7 +64,7 @@ do_configure_prepend() {
 }
 
 do_install() {
-	oe_runmake INSTALL_ROOT=${D} install
+        oe_runmake INSTALL_ROOT=${D} install
         install -d ${D}${datadir}/mythtv
         install -d ${D}${datadir}/mythtv/sql
         install -m 0644 ${S}/database/mc.sql ${D}${datadir}/mythtv/sql
diff --git a/recipes/mythtv/mythtv_0.23+fixes.bb b/recipes/mythtv/mythtv_0.23+fixes.bb
index 5891a39..972c285 100644
--- a/recipes/mythtv/mythtv_0.23+fixes.bb
+++ b/recipes/mythtv/mythtv_0.23+fixes.bb
@@ -2,7 +2,7 @@ require mythtv.inc
 
 DEPENDS_{PN} += "libmyth"
 DEPENDS_libmyth = "libmythdb libmythavutil libmythavcodec libmythavformat libmythswscale libmythhdhomerun \
-	libmythtv libmythui libmythfreemheg libmythupnp libmythlivemedia"
+        libmythtv libmythui libmythfreemheg libmythupnp libmythlivemedia"
 
 RDEPENDS_${PN} = "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-database \
 mysql5-server mysql5-client libmysqlclient qt4-plugin-sqldriver-sqlmysql xmltv"
@@ -44,7 +44,7 @@ EXTRA_OECONF = " \
         --extra-cxxflags="${TARGET_CXXFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
         --extra-ldflags="${TARGET_LDFLAGS}" \
         ${EXTRA_MYTHTVCONF} \
-"
+        "
 
 do_configure_prepend() {
 # it's not autotools anyway, so we call ./configure directly
@@ -64,7 +64,7 @@ do_configure_prepend() {
 }
 
 do_install() {
-	oe_runmake INSTALL_ROOT=${D} install
+        oe_runmake INSTALL_ROOT=${D} install
         install -d ${D}${datadir}/mythtv
         install -d ${D}${datadir}/mythtv/sql
         install -m 0644 ${S}/database/mc.sql ${D}${datadir}/mythtv/sql





More information about the Openembedded-commits mailing list