mplayer_git: fix omapfb patchset and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 12 Sep 2010 15:12:28 +0000 (17:12 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Sun, 12 Sep 2010 21:06:54 +0000 (23:06 +0200)
commit67995a2671f08f07a1fb03e52945908c05d2fa5b
tree52337a8fd915cf875d307c201b00eda631e8db07
parent9d7e58705342fe622a233c621609762ddddd3eca
mplayer_git: fix omapfb patchset and bump PR

omapfb.patch was rebased and added as mplayer-git_omapfb.patch
vo_omapfb.c had to be patched due to API change,
  hence the omapfb_control_arguments.patch

Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only
  in do_configure_prepend which comes after do_patch
The first attempt :
  file://omapfb_control_arguments.patch;patchdir=${WORKDIR}
resulted in a strange behaviour such as:
  NOTE: Handling BitBake files: \ (0675/7073) [ 9 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating:
  ${PN}-${EXTENDPE}${PV}-${PR}
  NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating:
  ${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF}
so I used patchdir=.. as advised:
<kergoth> you could try using patchdir=..

Thanks a lot for all the help.
recipes/mplayer/mplayer/mplayer-git_omapfb.patch [new file with mode: 0644]
recipes/mplayer/mplayer/omapfb_control_arguments.patch [new file with mode: 0644]
recipes/mplayer/mplayer_git.bb