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/matchbox2/matchbox-desktop-2_svn.bb | 2 +- recipes/matchbox2/matchbox-panel-2_svn.bb | 8 ++++---- recipes/matchbox2/matchbox-wm-2_svn.bb | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes/matchbox2') diff --git a/recipes/matchbox2/matchbox-desktop-2_svn.bb b/recipes/matchbox2/matchbox-desktop-2_svn.bb index 77be5d91ad..bf7557d687 100644 --- a/recipes/matchbox2/matchbox-desktop-2_svn.bb +++ b/recipes/matchbox2/matchbox-desktop-2_svn.bb @@ -10,7 +10,7 @@ PR = "r1" inherit autotools_stage pkgconfig SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://fallback-folder.patch;apply=yes;striplevel=0 \ + file://fallback-folder.patch;striplevel=0 \ " S = "${WORKDIR}/${PN}" diff --git a/recipes/matchbox2/matchbox-panel-2_svn.bb b/recipes/matchbox2/matchbox-panel-2_svn.bb index f1d911feea..36a6c0fb0a 100644 --- a/recipes/matchbox2/matchbox-panel-2_svn.bb +++ b/recipes/matchbox2/matchbox-panel-2_svn.bb @@ -13,10 +13,10 @@ PR = "r1" inherit autotools_stage pkgconfig SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ - file://scaling-image-double-free.patch;apply=yes;striplevel=0 \ - file://startup-invalid-access.patch;apply=yes;striplevel=0 \ - file://startup-shown-uninitialized.patch;apply=yes;striplevel=0 \ - file://themeable-icons.patch;apply=yes;striplevel=0 \ + file://scaling-image-double-free.patch;striplevel=0 \ + file://startup-invalid-access.patch;striplevel=0 \ + file://startup-shown-uninitialized.patch;striplevel=0 \ + file://themeable-icons.patch;striplevel=0 \ " S = "${WORKDIR}/${PN}" diff --git a/recipes/matchbox2/matchbox-wm-2_svn.bb b/recipes/matchbox2/matchbox-wm-2_svn.bb index 3ad8a0f270..d38f03be18 100644 --- a/recipes/matchbox2/matchbox-wm-2_svn.bb +++ b/recipes/matchbox2/matchbox-wm-2_svn.bb @@ -4,8 +4,8 @@ PV = "0.1.0+svnr${SRCPV}" PR = "r0" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ - file://fix-timeout-handler-free.patch;apply=yes \ - file://makefile-vars.patch;apply=yes;striplevel=0 \ + file://fix-timeout-handler-free.patch \ + file://makefile-vars.patch;striplevel=0 \ " S = "${WORKDIR}/matchbox-window-manager-2" -- cgit 1.2.3-korg