From 6283800eb68b451a3c68f754c711cec831c8c71a Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 18 Dec 2006 11:43:26 +0000 Subject: mplayer_0.0+1.0rc1.bb : add patch for #1666 for collie Thanks to the reporter of #1666 for the patch. --- packages/mplayer/mplayer_0.0+1.0rc1.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'packages/mplayer') diff --git a/packages/mplayer/mplayer_0.0+1.0rc1.bb b/packages/mplayer/mplayer_0.0+1.0rc1.bb index 41b50bd656..3a63413d7a 100644 --- a/packages/mplayer/mplayer_0.0+1.0rc1.bb +++ b/packages/mplayer/mplayer_0.0+1.0rc1.bb @@ -19,6 +19,14 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc1.tar.bz2 \ ${SOURCEFORGE_MIRROR}/libw100/mplayer-imageon.patch;patch=1 \ file://imageon-video_out.patch;patch=1" +# 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" +PACKAGE_ARCH_mplayer_collie = "collie" +PACKAGE_ARCH_mencoder_collie = "collie" + RCONFLICTS_${PN} = "mplayer-atty" RREPLACES_${PN} = "mplayer-atty" PR = "r4" -- cgit v1.2.3