diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-30 06:51:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-30 06:51:08 +0000 |
commit | 5b733ef5b8d3ba2581c52637de0d351aa23b0526 (patch) | |
tree | c8b990bdca8a44126d94b958dff26e69153b31c9 /packages/mythtv/mythtv_0.21.bb | |
parent | cb2505b5e04183738b6284e36e08ff3a70c13ed4 (diff) |
mythtv 0.21: update NEON patch to fix cpu deadlocks
Diffstat (limited to 'packages/mythtv/mythtv_0.21.bb')
-rw-r--r-- | packages/mythtv/mythtv_0.21.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mythtv/mythtv_0.21.bb b/packages/mythtv/mythtv_0.21.bb index eb9d98c674..fabe788ba6 100644 --- a/packages/mythtv/mythtv_0.21.bb +++ b/packages/mythtv/mythtv_0.21.bb @@ -2,7 +2,7 @@ require mythtv.inc inherit qmake qt3x11 -PR = "${SRCREV}+r2" +PR = "${SRCREV}+r3" REALPV = "0.21" SRCREV = "17789" @@ -10,6 +10,7 @@ SRC_URI = "svn://svn.mythtv.org/svn/branches/release-0-21-fixes;module=mythtv;pr SRC_URI += " \ file://ffmpeg-arm-update.diff;patch=1 \ + file://no-cortex-deadlock.patch;patch=1;pnum=2 \ file://configure.patch;patch=1 \ file://configh \ file://configmak \ |