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/xkbd/xkbd_0.8.15.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/xkbd/xkbd_0.8.15.bb') diff --git a/recipes/xkbd/xkbd_0.8.15.bb b/recipes/xkbd/xkbd_0.8.15.bb index 0bbf56168e..309d7d8962 100644 --- a/recipes/xkbd/xkbd_0.8.15.bb +++ b/recipes/xkbd/xkbd_0.8.15.bb @@ -1,9 +1,9 @@ SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/xkbd-${PV}-CVS.tar.gz \ - file://libtool-lossage.patch;apply=yes \ - file://fix-equalsign.patch;apply=yes \ - file://fix-circumkey.patch;apply=yes \ - file://add-default-common-slides.patch;apply=yes \ - file://differentiate-desktop-name.patch;apply=yes \ + file://libtool-lossage.patch \ + file://fix-equalsign.patch \ + file://fix-circumkey.patch \ + file://add-default-common-slides.patch \ + file://differentiate-desktop-name.patch \ file://xkbd.png" LICENSE = "GPL" PR = "r4" -- cgit 1.2.3-korg