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/gpe-lights | |
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/gpe-lights')
-rw-r--r-- | recipes/gpe-lights/gpe-lights_0.12.bb | 2 | ||||
-rw-r--r-- | recipes/gpe-lights/gpe-lights_0.13.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gpe-lights/gpe-lights_0.12.bb b/recipes/gpe-lights/gpe-lights_0.12.bb index e1efb77d20..f3ef5c2936 100644 --- a/recipes/gpe-lights/gpe-lights_0.12.bb +++ b/recipes/gpe-lights/gpe-lights_0.12.bb @@ -7,7 +7,7 @@ SECTION = "gpe/games" PRIORITY = "optional" PR = "r1" -SRC_URI += "file://fix-makefiles.patch;apply=yes" +SRC_URI += "file://fix-makefiles.patch" SRC_URI[md5sum] = "91d4344ab6d00115ee73f7d97c58acee" SRC_URI[sha256sum] = "98ce715b8627de958cbd4fbc11f72cfb7aed42825eb21995d4d46a676510c126" diff --git a/recipes/gpe-lights/gpe-lights_0.13.bb b/recipes/gpe-lights/gpe-lights_0.13.bb index 3c01ad2f80..1930ae980a 100644 --- a/recipes/gpe-lights/gpe-lights_0.13.bb +++ b/recipes/gpe-lights/gpe-lights_0.13.bb @@ -7,7 +7,7 @@ SECTION = "gpe/games" PRIORITY = "optional" PR = "r1" -SRC_URI += "file://fix-makefiles.patch;apply=yes" +SRC_URI += "file://fix-makefiles.patch" SRC_URI[md5sum] = "fa4677ecb8640c5d85c421dcaebf64fb" SRC_URI[sha256sum] = "e9de4a153ee3adc66363a583cd7db6676e92f010d783e517ef935aa35e96370e" |