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/libxine/libxine_1.1.16.3.bb | 6 +++--- recipes/libxine/libxine_1.1.16.bb | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/libxine') diff --git a/recipes/libxine/libxine_1.1.16.3.bb b/recipes/libxine/libxine_1.1.16.3.bb index dfd6c078f4..68209bd31e 100644 --- a/recipes/libxine/libxine_1.1.16.3.bb +++ b/recipes/libxine/libxine_1.1.16.3.bb @@ -6,9 +6,9 @@ PR = "r1" FILESPATHPKG .= ":libxine-1.1.16" SRC_URI += " \ - file://libxine-arm-configure.patch;apply=yes \ - file://iconv.patch;apply=yes \ - file://ffmpeg_headers.patch;apply=yes \ + file://libxine-arm-configure.patch \ + file://iconv.patch \ + file://ffmpeg_headers.patch \ " python populate_packages_prepend () { diff --git a/recipes/libxine/libxine_1.1.16.bb b/recipes/libxine/libxine_1.1.16.bb index a47f24f999..5fb221db96 100644 --- a/recipes/libxine/libxine_1.1.16.bb +++ b/recipes/libxine/libxine_1.1.16.bb @@ -5,10 +5,10 @@ PR = "r0" SRC_URI += " \ - file://libxine-arm-configure.patch;apply=yes \ - file://iconv.patch;apply=yes \ - file://libpostproc.patch;apply=yes \ - file://libavcodec.patch;apply=yes \ + file://libxine-arm-configure.patch \ + file://iconv.patch \ + file://libpostproc.patch \ + file://libavcodec.patch \ " python populate_packages_prepend () { -- cgit 1.2.3-korg