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/gpe-su/gpe-su.inc | 2 +- recipes/gpe-su/gpe-su_svn.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gpe-su') diff --git a/recipes/gpe-su/gpe-su.inc b/recipes/gpe-su/gpe-su.inc index f4a7dcaa39..d5ba579cc5 100644 --- a/recipes/gpe-su/gpe-su.inc +++ b/recipes/gpe-su/gpe-su.inc @@ -7,4 +7,4 @@ SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz" inherit gpe pkgconfig -SRC_URI += "file://makefile-fix.patch;apply=yes" +SRC_URI += "file://makefile-fix.patch" diff --git a/recipes/gpe-su/gpe-su_svn.bb b/recipes/gpe-su/gpe-su_svn.bb index f8ac0f0712..c8ae9cc5a8 100644 --- a/recipes/gpe-su/gpe-su_svn.bb +++ b/recipes/gpe-su/gpe-su_svn.bb @@ -3,7 +3,7 @@ require gpe-su.inc PR = "r1" SRC_URI = "${GPE_SVN} \ - file://svn-build.patch;apply=yes" + file://svn-build.patch" S = "${WORKDIR}/${PN}" -- cgit 1.2.3-korg