diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/xml-commons | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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 <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xml-commons')
-rw-r--r-- | recipes/xml-commons/dom4j_1.6.1.bb | 2 | ||||
-rw-r--r-- | recipes/xml-commons/xom_1.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
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" |