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/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb') diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb b/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb index 1e0a46df4f..c2f2c065d9 100644 --- a/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb +++ b/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb @@ -6,11 +6,11 @@ RDEPENDS += "hal" PE = "2" PR = "${INC_PR}.1" -SRC_URI += "file://sysroot_fix.patch;apply=yes \ - file://dolt-fix.patch;apply=yes" +SRC_URI += "file://sysroot_fix.patch \ + file://dolt-fix.patch" # This requires support in pixman, which the default one doesn't have -SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;apply=yes" +SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch" MESA_VER = "7.2" -- cgit 1.2.3-korg