diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/libxine | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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 <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libxine')
-rw-r--r-- | recipes/libxine/libxine_1.1.16.3.bb | 6 | ||||
-rw-r--r-- | recipes/libxine/libxine_1.1.16.bb | 8 |
2 files changed, 7 insertions, 7 deletions
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 () { |