summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (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/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb24
1 files changed, 12 insertions, 12 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb
index 0c4c73eb04..080c6e2d69 100644
--- a/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb
+++ b/recipes/xorg-xserver/xserver-kdrive-imageon_1.2.0.bb
@@ -12,18 +12,18 @@ PR = "r8"
FILESPATH = "${FILE_DIRNAME}/xserver-kdrive-${PV}:${FILE_DIRNAME}/xserver-kdrive:${FILE_DIRNAME}/files"
SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
${KDRIVE_COMMON_PATCHES} \
- file://kdrive-evdev.patch;apply=yes \
- file://kdrive-use-evdev.patch;apply=yes \
- file://disable-xf86-dga-xorgcfg.patch;apply=yes \
- file://enable-xcalibrate.patch;apply=yes \
- file://fbcompositesrc8888revnpx0565.patch;apply=yes \
- file://kdrive-vidmemarea.patch;apply=yes \
- file://kdrive-imageon.patch;apply=yes \
- file://xcalibrate_coords.patch;apply=yes \
- file://enable-builtin-fonts.patch;apply=yes \
- file://fix-picturestr-include-order.patch;apply=yes \
- file://split_multiple_AC_SUBST.patch;apply=yes \
- file://report-correct-randr10.patch;apply=yes \
+ file://kdrive-evdev.patch \
+ file://kdrive-use-evdev.patch \
+ file://disable-xf86-dga-xorgcfg.patch \
+ file://enable-xcalibrate.patch \
+ file://fbcompositesrc8888revnpx0565.patch \
+ file://kdrive-vidmemarea.patch \
+ file://kdrive-imageon.patch \
+ file://xcalibrate_coords.patch \
+ file://enable-builtin-fonts.patch \
+ file://fix-picturestr-include-order.patch \
+ file://split_multiple_AC_SUBST.patch \
+ file://report-correct-randr10.patch \
"
S = "${WORKDIR}/xorg-server-${PV}"