From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb') diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb b/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb index 67201a5449..d91f01425c 100644 --- a/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb +++ b/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb @@ -5,9 +5,9 @@ DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts" PE = "2" PR = "${INC_PR}.0" -SRC_URI += "file://sysroot_fix.patch;patch=1 \ - file://dolt-fix-1.7.0.patch;patch=1 \ - file://randr-support-1.7.0.patch;patch=1 \ +SRC_URI += "file://sysroot_fix.patch;apply=yes \ + file://dolt-fix-1.7.0.patch;apply=yes \ + file://randr-support-1.7.0.patch;apply=yes \ " do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts -- cgit v1.2.3 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.7.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb') diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb b/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb index d91f01425c..efe68d2180 100644 --- a/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb +++ b/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb @@ -5,9 +5,9 @@ DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts" PE = "2" PR = "${INC_PR}.0" -SRC_URI += "file://sysroot_fix.patch;apply=yes \ - file://dolt-fix-1.7.0.patch;apply=yes \ - file://randr-support-1.7.0.patch;apply=yes \ +SRC_URI += "file://sysroot_fix.patch \ + file://dolt-fix-1.7.0.patch \ + file://randr-support-1.7.0.patch \ " do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts -- cgit v1.2.3