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/lesstif/lesstif_0.95.0.bb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'recipes/lesstif') diff --git a/recipes/lesstif/lesstif_0.95.0.bb b/recipes/lesstif/lesstif_0.95.0.bb index ae0a8b7271..d9c1312710 100644 --- a/recipes/lesstif/lesstif_0.95.0.bb +++ b/recipes/lesstif/lesstif_0.95.0.bb @@ -5,17 +5,17 @@ PR = "r2" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/lesstif/${BP}.tar.bz2 \ - file://000_bootstrap_script.diff;apply=yes \ - file://000_libtool_linking.diff;apply=yes \ - file://010_rebootstrap-small.diff;apply=yes \ - file://020_bad_integer_cast.diff;apply=yes \ - file://020_missing_xm_h.diff;apply=yes \ - file://020_render_table_crash.diff;apply=yes \ - file://020_unsigned_int.diff;apply=yes \ - file://020_xpmpipethrough.diff;apply=yes \ - file://021_xim_chained_list_crash.diff;apply=yes \ - file://030_manpage.diff;apply=yes \ - file://disable-docs.patch;apply=yes \ + file://000_bootstrap_script.diff \ + file://000_libtool_linking.diff \ + file://010_rebootstrap-small.diff \ + file://020_bad_integer_cast.diff \ + file://020_missing_xm_h.diff \ + file://020_render_table_crash.diff \ + file://020_unsigned_int.diff \ + file://020_xpmpipethrough.diff \ + file://021_xim_chained_list_crash.diff \ + file://030_manpage.diff \ + file://disable-docs.patch \ " DEPENDS = "flex-native bison-native libice libsm libx11 libxext libxp libxt libxrender libxft fontconfig freetype" -- cgit 1.2.3-korg