aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mythtv
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-12-06 15:42:05 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-12-06 15:42:05 +0100
commit57b52a7a2a0a19a1fa5964eeff853af6fbaef935 (patch)
tree9e2bf49d73122d9df94a4fe97869c299ae51bdcf /recipes/mythtv
parentfe1e53014342e38669883233fe3689464ed9daa1 (diff)
downloadopenembedded-57b52a7a2a0a19a1fa5964eeff853af6fbaef935.tar.gz
mythtv 0.22: updated to new staging
Diffstat (limited to 'recipes/mythtv')
-rw-r--r--recipes/mythtv/mythtv_0.22.bb34
1 files changed, 1 insertions, 33 deletions
diff --git a/recipes/mythtv/mythtv_0.22.bb b/recipes/mythtv/mythtv_0.22.bb
index 0ff2b4d0c6..ac6d2f8d30 100644
--- a/recipes/mythtv/mythtv_0.22.bb
+++ b/recipes/mythtv/mythtv_0.22.bb
@@ -5,7 +5,7 @@ mysql5-server mysql5-client"
RDEPENDS_${PN}_append_libc-glibc = " glibc-gconv-utf-16"
PV = "0.22"
-PR = "r0"
+PR = "r1"
# REALPV is here to support release candidates
# OE in that case has as PV something like 0.21+0.22rc1
# but for packaging the real PV is needed
@@ -60,38 +60,6 @@ do_install() {
install -d ${D}${datadir}/mythtv/sql
install -m 0644 ${S}/database/mc.sql ${D}${datadir}/mythtv/sql
}
-do_stage() {
- install -d ${STAGING_INCDIR}
- install -d ${STAGING_INCDIR}/${PN}
- install -d ${STAGING_INCDIR}/${PN}/dvdnav
- install -d ${STAGING_INCDIR}/${PN}/dvdread
- install -d ${STAGING_INCDIR}/${PN}/libavcodec
- install -d ${STAGING_INCDIR}/${PN}/libavformat
- install -d ${STAGING_INCDIR}/${PN}/libavutil
- install -d ${STAGING_INCDIR}/${PN}/libmyth
- install -d ${STAGING_INCDIR}/${PN}/libmythdb
- install -d ${STAGING_INCDIR}/${PN}/libmythui
- install -d ${STAGING_INCDIR}/${PN}/libswscale
- install -d ${STAGING_INCDIR}/${PN}/mpeg2dec
- install -d ${STAGING_INCDIR}/${PN}/upnp
- install -m 0644 ${D}/${includedir}/${PN}/*.h ${STAGING_INCDIR}/${PN}
- install -m 0644 ${D}/${includedir}/${PN}/mythconfig.mak ${STAGING_INCDIR}/${PN}
- install -m 0644 ${D}/${includedir}/${PN}/dvdnav/*.h ${STAGING_INCDIR}/${PN}/dvdnav
- install -m 0644 ${D}/${includedir}/${PN}/dvdread/*.h ${STAGING_INCDIR}/${PN}/dvdread
- install -m 0644 ${D}/${includedir}/${PN}/libavcodec/*.h ${STAGING_INCDIR}/${PN}/libavcodec
- install -m 0644 ${D}/${includedir}/${PN}/libavformat/*.h ${STAGING_INCDIR}/${PN}/libavformat
- install -m 0644 ${D}/${includedir}/${PN}/libavutil/*.h ${STAGING_INCDIR}/${PN}/libavutil
- install -m 0644 ${D}/${includedir}/${PN}/libmyth/*.h ${STAGING_INCDIR}/${PN}/libmyth
- install -m 0644 ${D}/${includedir}/${PN}/libmythdb/*.h ${STAGING_INCDIR}/${PN}/libmythdb
- install -m 0644 ${D}/${includedir}/${PN}/libmythui/*.h ${STAGING_INCDIR}/${PN}/libmythui
- install -m 0644 ${D}/${includedir}/${PN}/libswscale/*.h ${STAGING_INCDIR}/${PN}/libswscale
- install -m 0644 ${D}/${includedir}/${PN}/mpeg2dec/*.h ${STAGING_INCDIR}/${PN}/mpeg2dec
- install -m 0644 ${D}/${includedir}/${PN}/upnp/*.h ${STAGING_INCDIR}/${PN}/upnp
- # next part may need to be done better
- cp -R ${D}/${libdir}/* ${STAGING_LIBDIR}
- # ugly chmod ahead
- chmod -R ugo+r ${STAGING_LIBDIR}
-}
PACKAGES =+ "mythtv-backend mythtv-frontend mythtv-bin mythtv-filters mythtv-database"
PACKAGES_DYNAMIC = "mythtv-theme-*"