From: Phil Blundell Date: Fri, 24 Sep 2004 21:16:27 +0000 (+0000) Subject: add patch to use /etc/mythtv rather than PREFIX/etc/mythtv X-Git-Tag: Release-2010-05/1~16901 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2e31fe1b2316e8d55d420f422490208037283b;p=openembedded.git add patch to use /etc/mythtv rather than PREFIX/etc/mythtv BKrev: 41548eabiqoXN8Gt7dKXUsB4dV2ZSA --- 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 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"