diff options
Diffstat (limited to 'recipes/mplayer/mplayer_svn.bb')
-rw-r--r-- | recipes/mplayer/mplayer_svn.bb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb index f240cb7c3f..ae24cdba49 100644 --- a/recipes/mplayer/mplayer_svn.bb +++ b/recipes/mplayer/mplayer_svn.bb @@ -8,18 +8,18 @@ DEPENDS = "live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jp RDEPENDS = "mplayer-common" LICENSE = "GPL" SRC_URI = "svn://svn.mplayerhq.hu/mplayer;module=trunk \ - file://makefile-nostrip-svn.patch;apply=yes \ - file://mplayer-arm-pld.patch;apply=yes \ - file://mplayer-lavc-arm.patch;apply=yes \ - file://fix-exp.diff;apply=yes;maxrev=30291 \ - file://fix-addrinfo.patch;apply=yes;maxrev=30302 \ - file://fix-avconfig.diff;apply=yes;maxrev=30376 \ - file://fix-emu_qtx_api.diff;apply=yes;maxrev=30165 \ + file://makefile-nostrip-svn.patch \ + file://mplayer-arm-pld.patch \ + file://mplayer-lavc-arm.patch \ + file://fix-exp.diff;maxrev=30291 \ + file://fix-addrinfo.patch;maxrev=30302 \ + file://fix-avconfig.diff;maxrev=30376 \ + file://fix-emu_qtx_api.diff;maxrev=30165 \ " SRCREV = "30165" SRC_URI_append_armv7a = " \ - file://omapfb.patch;apply=yes \ + file://omapfb.patch \ file://vo_omapfb.c \ file://yuv.S \ " @@ -28,7 +28,7 @@ SRC_URI_append_armv7a = " \ # machine seem to be set to executable by the toolchain. If someone # discovers this is more general than please make this more general # ie. for all armv4 machines. -SRC_URI_append_collie = "file://disable-executable-stack-test.patch;apply=yes" +SRC_URI_append_collie = "file://disable-executable-stack-test.patch" PACKAGE_ARCH_collie = "collie" PACKAGE_ARCH_c7x0 = "c7x0" |