From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. 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') diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb index 516854b43b..9d53351e28 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;patch=1 \ - file://mc-utf8.patch;patch=1 \ - file://00-70-utf8-common.patch;patch=1 \ - file://00-73-utf8-bottom-buttons-width.patch;patch=1 \ - file://00-75-utf8-cmdline-help.patch;patch=1 \ - file://00-76-utf8-hotlist-highlight.patch;patch=1 \ - file://00-77-utf8-filename-search-highlight.patch;patch=1 \ - file://mc-utf8-nlink.patch;patch=1 \ - file://mc-utf8-look-and-feel.patch;patch=1 \ - file://mc-utf8-slang-codeset.patch;patch=1 \ - file://99_regexp-replace-fixed.patch;patch=1 \ - file://99b_fix-regex-pattern-lengths.patch;patch=1 \ - file://multi-press-f-keys.patch;patch=1 \ - file://cross-compile.patch;patch=1 \ - file://01_ftpfs_symlink.patch;patch=1 \ - file://02_ignore_ftp_chmod_error.patch;patch=1 \ - file://mc-cursor-appearance.patch;patch=1 \ - file://mc-esc-seq.patch;patch=1" + 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" EXTRA_OECONF = "--without-x --without-samba \ --without-nfs --without-gpm-mouse --enable-charset \ -- cgit 1.2.3-korg