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/xml-commons/dom4j_1.6.1.bb | 2 +- recipes/xml-commons/xom_1.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xml-commons') diff --git a/recipes/xml-commons/dom4j_1.6.1.bb b/recipes/xml-commons/dom4j_1.6.1.bb index e9672be9d6..94bd807270 100644 --- a/recipes/xml-commons/dom4j_1.6.1.bb +++ b/recipes/xml-commons/dom4j_1.6.1.bb @@ -8,7 +8,7 @@ DEPENDS = "fastjar-native xerces-j xalan-j xpp2 xpp3 jaxen" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/dom4j/${P}.tar.gz;name=archive \ http://apache.org/dist/ws/jaxme/source/ws-jaxme-0.5.2-src.tar.gz;name=jaxme \ - file://debian.patch;apply=yes \ + file://debian.patch \ " inherit java-library diff --git a/recipes/xml-commons/xom_1.1.bb b/recipes/xml-commons/xom_1.1.bb index d8abf299d8..697e01d18d 100644 --- a/recipes/xml-commons/xom_1.1.bb +++ b/recipes/xml-commons/xom_1.1.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://xom.nu" SRC_URI = "\ http://www.cafeconleche.org/XOM/${P}-src.tar.gz;name=archive \ http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.1-src.tar.gz;name=jaxen \ - file://04_remove_sun_import.patch;apply=yes \ + file://04_remove_sun_import.patch \ " S = "${WORKDIR}/XOM" -- cgit v1.2.3