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/xorg-lib/diet-x11_1.1.5.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/xorg-lib/diet-x11_1.1.5.bb') diff --git a/recipes/xorg-lib/diet-x11_1.1.5.bb b/recipes/xorg-lib/diet-x11_1.1.5.bb index 59fa0b73d3..4f7e51b99e 100644 --- a/recipes/xorg-lib/diet-x11_1.1.5.bb +++ b/recipes/xorg-lib/diet-x11_1.1.5.bb @@ -1,8 +1,8 @@ require libx11_${PV}.bb -SRC_URI += "file://X18NCMSstubs.diff;apply=yes \ - file://fix-disable-xlocale.diff;apply=yes \ - file://fix-utf8-wrong-define.patch;apply=yes" +SRC_URI += "file://X18NCMSstubs.diff \ + file://fix-disable-xlocale.diff \ + file://fix-utf8-wrong-define.patch" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11" -- cgit v1.2.3