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/pocketcellar/pocketcellar_1.1.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/pocketcellar') diff --git a/recipes/pocketcellar/pocketcellar_1.1.bb b/recipes/pocketcellar/pocketcellar_1.1.bb index 3c00587382..8c0ebec2ed 100644 --- a/recipes/pocketcellar/pocketcellar_1.1.bb +++ b/recipes/pocketcellar/pocketcellar_1.1.bb @@ -7,10 +7,10 @@ LICENSE = "GPL" PR = "r3" SRC_URI = "http://www.staikos.net/~staikos/pocketcellar/pocketcellar-${PV}.tar.gz \ - file://winedb.patch;apply=yes \ - file://cellardb.patch;apply=yes \ - file://pocketcellar.patch;apply=yes \ - file://gcc3.patch;apply=yes" + file://winedb.patch \ + file://cellardb.patch \ + file://pocketcellar.patch \ + file://gcc3.patch" inherit palmtop -- cgit 1.2.3-korg