aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-09-24 21:16:27 +0000
committerPhil Blundell <philb@gnu.org>2004-09-24 21:16:27 +0000
commit7a2e31fe1b2316e8d55d420f422490208037283b (patch)
tree83139ce3be9494770971eeb2619d0129638f97f2
parent7223cc647ff6ce78378ad336fc02b072207f890c (diff)
downloadopenembedded-7a2e31fe1b2316e8d55d420f422490208037283b.tar.gz
add patch to use /etc/mythtv rather than PREFIX/etc/mythtv
BKrev: 41548eabiqoXN8Gt7dKXUsB4dV2ZSA
-rw-r--r--mythtv/mythtv-0.16+cvs20040918/prefix-etc.patch0
-rw-r--r--mythtv/mythtv_0.16+cvs20040918.oe5
2 files changed, 3 insertions, 2 deletions
diff --git a/mythtv/mythtv-0.16+cvs20040918/prefix-etc.patch b/mythtv/mythtv-0.16+cvs20040918/prefix-etc.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/mythtv/mythtv-0.16+cvs20040918/prefix-etc.patch
diff --git a/mythtv/mythtv_0.16+cvs20040918.oe b/mythtv/mythtv_0.16+cvs20040918.oe
index 5bf27a221e..4a79ee800b 100644
--- a/mythtv/mythtv_0.16+cvs20040918.oe
+++ b/mythtv/mythtv_0.16+cvs20040918.oe
@@ -1,11 +1,12 @@
DESCRIPTION = "A full featured personal video recorder system."
MAINTAINER = "Michael 'Mickey' Lauer"
SECTION = "multimedia"
-PR = "r2"
+PR = "r3"
SRC_URI = "cvs://mythtv:mythtv@cvs.mythtv.org/var/lib/mythcvs;module=mythtv;date=20040918;method=pserver \
file://xvmc-via.patch;patch=1;pnum=0 \
- file://settings.pro"
+ file://settings.pro \
+ file://prefix-etc.patch;patch=1"
S = "${WORKDIR}/mythtv"
DEPENDS = "xinerama qt-x11-free lame libxv libxxf86vm libxvmc"