From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: Make the do_patch apply=yes param implicit if extension is .diff/.patch For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/gstreamer/gst-ffmpeg_0.10.10.bb | 2 +- recipes/gstreamer/gst-ffmpeg_0.10.2.bb | 4 ++-- recipes/gstreamer/gst-ffmpeg_0.10.4.bb | 2 +- recipes/gstreamer/gst-ffmpeg_0.10.6.bb | 4 ++-- recipes/gstreamer/gst-ffmpeg_0.10.7.bb | 4 ++-- recipes/gstreamer/gst-ffmpeg_0.10.8.bb | 2 +- recipes/gstreamer/gst-omapfb_1.0.bb | 2 +- recipes/gstreamer/gst-plugin-bc_git.bb | 2 +- recipes/gstreamer/gst-plugin-pulse_0.9.7.bb | 2 +- recipes/gstreamer/gst-plugins-bad_0.10.11.bb | 2 +- recipes/gstreamer/gst-plugins-bad_0.10.12.bb | 2 +- recipes/gstreamer/gst-plugins-bad_0.10.6.bb | 4 ++-- recipes/gstreamer/gst-plugins-bad_0.10.9.bb | 4 ++-- recipes/gstreamer/gst-plugins-base_0.10.25.bb | 4 ++-- recipes/gstreamer/gst-plugins-base_0.10.28.bb | 4 ++-- recipes/gstreamer/gst-plugins-good_0.10.15.bb | 2 +- recipes/gstreamer/gst-plugins-good_0.10.17.bb | 2 +- recipes/gstreamer/gst-plugins-good_0.10.21.bb | 2 +- recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb | 2 +- recipes/gstreamer/gst-plugins-ugly_0.10.10.bb | 4 ++-- recipes/gstreamer/gst-plugins-ugly_0.10.11.bb | 4 ++-- recipes/gstreamer/gst-plugins-ugly_0.10.14.bb | 4 ++-- recipes/gstreamer/gstreamer_0.10.17.bb | 4 ++-- 23 files changed, 34 insertions(+), 34 deletions(-) (limited to 'recipes/gstreamer') diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.10.bb b/recipes/gstreamer/gst-ffmpeg_0.10.10.bb index f187f540fb..098d5d8f5d 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.10.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.10.bb @@ -8,7 +8,7 @@ DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2;name=archive \ - file://lower-rank.diff;apply=yes \ + file://lower-rank.diff \ " SRC_URI[archive.md5sum] = "447292deff5f3748444e6a5fba41da29" SRC_URI[archive.sha256sum] = "697114483444a0a469028857a1d58145c99e6f5d2cd7edd8cb04cdc3fc72ad94" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb index 09ecf83839..c835011944 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb @@ -9,8 +9,8 @@ PR = "r2" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://armv5.patch;apply=yes \ - file://autotools.patch;apply=yes \ + file://armv5.patch \ + file://autotools.patch \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb index 973be9a611..19d1bb1091 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb @@ -9,7 +9,7 @@ PR = "r7" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;apply=yes \ + file://configure-hack.diff \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.6.bb b/recipes/gstreamer/gst-ffmpeg_0.10.6.bb index 6d9d1467bb..0a9b373e7f 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.6.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.6.bb @@ -9,8 +9,8 @@ PR = "r1" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;apply=yes \ - file://lower-rank.diff;apply=yes \ + file://configure-hack.diff \ + file://lower-rank.diff \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb index cbc50ae301..c9e33de05f 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb @@ -9,8 +9,8 @@ PR = "r2" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;apply=yes \ - file://lower-rank.diff;apply=yes \ + file://configure-hack.diff \ + file://lower-rank.diff \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.8.bb b/recipes/gstreamer/gst-ffmpeg_0.10.8.bb index 42bd9d25f2..9ee8cd75ba 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.8.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.8.bb @@ -8,7 +8,7 @@ DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://lower-rank.diff;apply=yes \ + file://lower-rank.diff \ " PR = "r2" diff --git a/recipes/gstreamer/gst-omapfb_1.0.bb b/recipes/gstreamer/gst-omapfb_1.0.bb index 96c2bcca15..6b03e9fa36 100644 --- a/recipes/gstreamer/gst-omapfb_1.0.bb +++ b/recipes/gstreamer/gst-omapfb_1.0.bb @@ -9,7 +9,7 @@ SRCREV = "6f0b1cb50d1c67c3a3db2f11246256060ac871de" PV = "0.0+${PR}+gitr${SRCREV}" SRC_URI = "git://github.com/felipec/${PN}.git;protocol=git \ - file://0001-Implement-XOverlay-and-I420-to-422-colorspace-conver.patch;apply=yes" + file://0001-Implement-XOverlay-and-I420-to-422-colorspace-conver.patch" S ="${WORKDIR}/git" diff --git a/recipes/gstreamer/gst-plugin-bc_git.bb b/recipes/gstreamer/gst-plugin-bc_git.bb index 9b42693078..732ada0d5b 100644 --- a/recipes/gstreamer/gst-plugin-bc_git.bb +++ b/recipes/gstreamer/gst-plugin-bc_git.bb @@ -9,7 +9,7 @@ inherit autotools SRC_URI = "git://gitorious.org/gst-plugin-bc/gst-plugin-bc.git;protocol=git \ http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2 \ - file://gst-debug.diff;apply=yes \ + file://gst-debug.diff \ " SRCREV = "e14e249ef6cb67e91be9198b71efc61eb84c11b5" diff --git a/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb b/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb index 8f0cfdb297..de4c9f6a9b 100644 --- a/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb +++ b/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb @@ -5,7 +5,7 @@ DEPENDS = "gstreamer pulseaudio gst-plugins-base" PR = "r1" SRC_URI = "http://0pointer.de/lennart/projects/gst-pulse/gst-pulse-${PV}.tar.gz \ - file://dont-overload-pulseaudio.patch;apply=yes" + file://dont-overload-pulseaudio.patch" S = "${WORKDIR}/gst-pulse-${PV}" inherit autotools diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.11.bb b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb index 8d4ad0e6d0..b7985236d8 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.11.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb @@ -3,7 +3,7 @@ require gst-plugins.inc PR = "${INC_PR}.1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://ivorbis-thumb.patch;apply=yes" + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base directfb" do_compile_prepend() { diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.12.bb b/recipes/gstreamer/gst-plugins-bad_0.10.12.bb index 05a8ad478f..c357470c58 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.12.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.12.bb @@ -1,7 +1,7 @@ require gst-plugins.inc SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://ivorbis-thumb.patch;apply=yes" + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base openssl directfb" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb index 9229510bf2..45c36177d2 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb @@ -3,8 +3,8 @@ require gst-plugins.inc PR = "${INC_PR}.1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://gst-plugins-directfb-fix.patch;apply=yes;striplevel=2 \ - file://ivorbis-thumb.patch;apply=yes" + file://gst-plugins-directfb-fix.patch;striplevel=2 \ + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base directfb" do_compile_prepend() { diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.9.bb b/recipes/gstreamer/gst-plugins-bad_0.10.9.bb index 4a8b425855..e69002d38e 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.9.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.9.bb @@ -2,8 +2,8 @@ require gst-plugins.inc PR = "r2" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://gst-plugins-directfb-fix.patch;apply=yes;striplevel=2 \ - file://ivorbis-thumb.patch;apply=yes" + file://gst-plugins-directfb-fix.patch;striplevel=2 \ + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base openssl" EXTRA_OECONF += " ac_cv_openssldir=no" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb index 2bfa1870e3..05381e6627 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -1,7 +1,7 @@ require gst-plugins.inc -SRC_URI += "file://fix-playbin2.patch;apply=yes \ - file://gst-plugins-base_rowstride.patch;apply=yes \ +SRC_URI += "file://fix-playbin2.patch \ + file://gst-plugins-base_rowstride.patch \ " PR = "${INC_PR}.3" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.28.bb b/recipes/gstreamer/gst-plugins-base_0.10.28.bb index 44fb97db06..000761f0df 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.28.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.28.bb @@ -1,8 +1,8 @@ require gst-plugins.inc SRC_URI += " \ - file://gst-plugins-base_rowstride.patch;apply=yes \ - file://ivorbis-thumb.patch;apply=yes \ + file://gst-plugins-base_rowstride.patch \ + file://ivorbis-thumb.patch \ " SRC_URI[archive.md5sum] = "0107cf985ac90544bae70288220f5bab" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb index e32bd2c82b..f2b0a5aede 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.15.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.15.bb @@ -2,7 +2,7 @@ require gst-plugins.inc PR = "r6" -SRC_URI += "file://fix-unit-scale-asseration.patch;apply=yes" +SRC_URI += "file://fix-unit-scale-asseration.patch" inherit gconf diff --git a/recipes/gstreamer/gst-plugins-good_0.10.17.bb b/recipes/gstreamer/gst-plugins-good_0.10.17.bb index 822dc0dabd..7875039576 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.17.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.17.bb @@ -1,6 +1,6 @@ require gst-plugins.inc -SRC_URI += "file://flvdemux-ecma.diff;apply=yes \ +SRC_URI += "file://flvdemux-ecma.diff \ " PR = "r3" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.21.bb b/recipes/gstreamer/gst-plugins-good_0.10.21.bb index bfe10d3ff8..0f6ff3f8ff 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.21.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.21.bb @@ -1,6 +1,6 @@ require gst-plugins.inc -SRC_URI += "file://flvdemux-ecma.diff;apply=yes \ +SRC_URI += "file://flvdemux-ecma.diff \ " SRC_URI[archive.md5sum] = "9bc5c9b390edbb96bda42fc553eae5ae" diff --git a/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb b/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb index 0aec219737..5c446e69cd 100644 --- a/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb +++ b/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb @@ -6,7 +6,7 @@ PR = "${INC_PR}.1" SRC_URI = "\ http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.bz2 \ - file://gstsid_autofoo_HACK.patch;apply=yes \ + file://gstsid_autofoo_HACK.patch \ " S = "${WORKDIR}/gst-plugins-ugly-${PV}" diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb index 8514934d44..e21abc951c 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb @@ -5,8 +5,8 @@ PR = "${INC_PR}.1" DEPENDS += "gst-plugins-base mpeg2dec libsidplay" SRC_URI += "\ - file://gstmad_16bit.patch;apply=yes \ - file://gstsid_autofoo_HACK.patch;apply=yes \ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ " python() { diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb index e8ebf8a89c..c82370b5d0 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb @@ -5,8 +5,8 @@ PR = "${INC_PR}.1" DEPENDS += "gst-plugins-base mpeg2dec libsidplay" SRC_URI += "\ - file://gstmad_16bit.patch;apply=yes \ - file://gstsid_autofoo_HACK.patch;apply=yes \ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ " python() { diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb index c9bba974a5..bc0a3b9a78 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb @@ -5,8 +5,8 @@ PR = "${INC_PR}.0" DEPENDS += "gst-plugins-base mpeg2dec libsidplay" SRC_URI += "\ - file://gstmad_16bit.patch;apply=yes \ - file://gstsid_autofoo_HACK.patch;apply=yes \ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ " SRC_URI[archive.md5sum] = "0bc0d27bcce88c73ef6c81e88624e686" diff --git a/recipes/gstreamer/gstreamer_0.10.17.bb b/recipes/gstreamer/gstreamer_0.10.17.bb index 8e4a3c7a93..dd01e16369 100644 --- a/recipes/gstreamer/gstreamer_0.10.17.bb +++ b/recipes/gstreamer/gstreamer_0.10.17.bb @@ -2,8 +2,8 @@ require gstreamer.inc PR = "r4" -SRC_URI += "file://po-makefile-fix.patch;apply=yes \ - file://registry-do-not-look-into-debug-dirs.patch;apply=yes " +SRC_URI += "file://po-makefile-fix.patch \ + file://registry-do-not-look-into-debug-dirs.patch " SRC_URI[archive.md5sum] = "3232416ea6fceab628236d67a7d0a44a" -- cgit 1.2.3-korg