diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/mc | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
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/mc')
-rw-r--r-- | recipes/mc/mc_4.6.2.bb | 36 |
1 files changed, 18 insertions, 18 deletions
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 \ |