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-scap/gpe-scap_1.2.bb | 2 +- recipes/gpe-scap/gpe-scap_1.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/gpe-scap') diff --git a/recipes/gpe-scap/gpe-scap_1.2.bb b/recipes/gpe-scap/gpe-scap_1.2.bb index 42ba7e0cce..899b872b50 100644 --- a/recipes/gpe-scap/gpe-scap_1.2.bb +++ b/recipes/gpe-scap/gpe-scap_1.2.bb @@ -12,7 +12,7 @@ GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools -SRC_URI += " file://deviceinfo.patch;apply=yes;striplevel=0" +SRC_URI += " file://deviceinfo.patch;striplevel=0" SRC_URI[md5sum] = "875ed73f43584cd3ece4a7ac28dd692a" SRC_URI[sha256sum] = "a7ec60003a96975523598c2ef5f2927c9a362e689e7159b268c7fe431754635a" diff --git a/recipes/gpe-scap/gpe-scap_1.3.bb b/recipes/gpe-scap/gpe-scap_1.3.bb index 03b834f74e..edbe529ad5 100644 --- a/recipes/gpe-scap/gpe-scap_1.3.bb +++ b/recipes/gpe-scap/gpe-scap_1.3.bb @@ -12,7 +12,7 @@ GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools -SRC_URI += " file://allow-glade-2.4.0.patch;apply=yes" +SRC_URI += " file://allow-glade-2.4.0.patch" SRC_URI[md5sum] = "7ba3d2592585c8bcf9d3bf1aafeefef3" SRC_URI[sha256sum] = "609e24aa1413b1053ee3fd42c36c6ccf05d8067867021511c7d50d4829875b44" -- cgit v1.2.3