diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/mplayer/mplayer_0.0+1.0rc1.bb | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mplayer/mplayer_0.0+1.0rc1.bb')
-rw-r--r-- | recipes/mplayer/mplayer_0.0+1.0rc1.bb | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/recipes/mplayer/mplayer_0.0+1.0rc1.bb b/recipes/mplayer/mplayer_0.0+1.0rc1.bb index d77b7210bd..a5c10da87d 100644 --- a/recipes/mplayer/mplayer_0.0+1.0rc1.bb +++ b/recipes/mplayer/mplayer_0.0+1.0rc1.bb @@ -12,28 +12,28 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2;name file://vo_w100_fb.h \ file://vo_pxa.c \ file://vo_pxa.h \ - file://Makefile.patch;patch=1 \ - file://w100-configure.patch;patch=1 \ - file://w100-Makefile.patch;patch=1 \ - file://w100-video_out.patch;patch=1 \ - file://w100-mplayer.patch;patch=1 \ - file://pld-onlyarm5.patch;patch=1 \ - file://makefile-nostrip.patch;patch=1 \ - ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1;name=imageon \ - file://imageon-video_out.patch;patch=1 \ - file://powerpc-is-ppc.diff;patch=1 \ - file://pxa_configure.patch;patch=1 \ - file://pxa-video_out.patch;patch=1 \ + file://Makefile.patch;apply=yes \ + file://w100-configure.patch;apply=yes \ + file://w100-Makefile.patch;apply=yes \ + file://w100-video_out.patch;apply=yes \ + file://w100-mplayer.patch;apply=yes \ + file://pld-onlyarm5.patch;apply=yes \ + file://makefile-nostrip.patch;apply=yes \ + ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;apply=yes;name=imageon \ + file://imageon-video_out.patch;apply=yes \ + file://powerpc-is-ppc.diff;apply=yes \ + file://pxa_configure.patch;apply=yes \ + file://pxa-video_out.patch;apply=yes \ " -SRC_URI_append_avr32 = " file://mplayer-1.0rc1-atmel.2.patch;patch=1 \ +SRC_URI_append_avr32 = " file://mplayer-1.0rc1-atmel.2.patch;apply=yes \ " # This is required for the collie machine only as all stacks in that # 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;patch=1" +SRC_URI_append_collie = "file://disable-executable-stack-test.patch;apply=yes" PACKAGE_ARCH_mplayer_collie = "collie" PACKAGE_ARCH_mencoder_collie = "collie" |