diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/obsolete/xorg-xserver | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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 <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/obsolete/xorg-xserver')
-rw-r--r-- | recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb | 6 | ||||
-rw-r--r-- | recipes/obsolete/xorg-xserver/xserver-xorg_1.7.2.bb | 6 | ||||
-rw-r--r-- | recipes/obsolete/xorg-xserver/xserver-xorg_1.7.3.bb | 12 |
3 files changed, 12 insertions, 12 deletions
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" 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 diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.3.bb b/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.3.bb index 0b82e077f1..fc8c3540cd 100644 --- a/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.3.bb +++ b/recipes/obsolete/xorg-xserver/xserver-xorg_1.7.3.bb @@ -5,14 +5,14 @@ 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 \ - file://hack-fbdev-ignore-return-mode.patch;apply=yes \ +SRC_URI += "file://sysroot_fix.patch \ + file://dolt-fix-1.7.0.patch \ + file://randr-support-1.7.0.patch \ + file://hack-fbdev-ignore-return-mode.patch \ " -SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch;apply=yes" -SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch;apply=yes" +SRC_URI_append_angstrom = " file://hack-assume-pixman-supports-overlapped-blt.patch" +SRC_URI_append_shr = " file://hack-assume-pixman-supports-overlapped-blt.patch" do_install_prepend() { mkdir -p ${D}/${libdir}/X11/fonts |