diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-09 21:39:03 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-09 21:39:03 +0200 |
commit | 5566943a651226167997e55ca1112af1cc7a1540 (patch) | |
tree | 9fe30a5e4954d24fad4acd5dc6e22eab6f57cdd0 | |
parent | 8888b934f982cada78555c2217d0066020bbc991 (diff) |
mythtv: removed tabs
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r-- | recipes/mythtv/gmyth-upnp_0.7.0.bb | 6 | ||||
-rw-r--r-- | recipes/mythtv/mythplugins_0.22+fixes.bb | 24 | ||||
-rw-r--r-- | recipes/mythtv/mythplugins_0.23+fixes.bb | 24 | ||||
-rw-r--r-- | recipes/mythtv/mythtv_0.22+fixes.bb | 4 | ||||
-rw-r--r-- | 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 6fce816fef..be16cea59a 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 3cbf01513b..d828d0245b 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 7aa4db8d49..2ddf334470 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 18bfb76a2e..effab19c83 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 5891a39ff0..972c285a47 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 |