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/mc/mc_4.6.2.bb | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'recipes/mc/mc_4.6.2.bb') diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb index 9d53351e28..da49427ac8 100644 --- a/recipes/mc/mc_4.6.2.bb +++ b/recipes/mc/mc_4.6.2.bb @@ -4,24 +4,24 @@ HOMEPAGE = "http://www.midnight-commander.org/" # most of these fixes were copied from openSUSE Factory. SRC_URI = "http://www.midnight-commander.org/downloads/${P}.tar.gz \ - file://mhl-stdbool.patch;apply=yes \ - file://mc-utf8.patch;apply=yes \ - file://00-70-utf8-common.patch;apply=yes \ - file://00-73-utf8-bottom-buttons-width.patch;apply=yes \ - file://00-75-utf8-cmdline-help.patch;apply=yes \ - file://00-76-utf8-hotlist-highlight.patch;apply=yes \ - file://00-77-utf8-filename-search-highlight.patch;apply=yes \ - file://mc-utf8-nlink.patch;apply=yes \ - file://mc-utf8-look-and-feel.patch;apply=yes \ - file://mc-utf8-slang-codeset.patch;apply=yes \ - file://99_regexp-replace-fixed.patch;apply=yes \ - file://99b_fix-regex-pattern-lengths.patch;apply=yes \ - file://multi-press-f-keys.patch;apply=yes \ - file://cross-compile.patch;apply=yes \ - file://01_ftpfs_symlink.patch;apply=yes \ - file://02_ignore_ftp_chmod_error.patch;apply=yes \ - file://mc-cursor-appearance.patch;apply=yes \ - file://mc-esc-seq.patch;apply=yes" + file://mhl-stdbool.patch \ + file://mc-utf8.patch \ + file://00-70-utf8-common.patch \ + file://00-73-utf8-bottom-buttons-width.patch \ + file://00-75-utf8-cmdline-help.patch \ + file://00-76-utf8-hotlist-highlight.patch \ + file://00-77-utf8-filename-search-highlight.patch \ + file://mc-utf8-nlink.patch \ + file://mc-utf8-look-and-feel.patch \ + file://mc-utf8-slang-codeset.patch \ + file://99_regexp-replace-fixed.patch \ + file://99b_fix-regex-pattern-lengths.patch \ + file://multi-press-f-keys.patch \ + file://cross-compile.patch \ + file://01_ftpfs_symlink.patch \ + file://02_ignore_ftp_chmod_error.patch \ + file://mc-cursor-appearance.patch \ + file://mc-esc-seq.patch" EXTRA_OECONF = "--without-x --without-samba \ --without-nfs --without-gpm-mouse --enable-charset \ -- cgit 1.2.3-korg