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/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb | |
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/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb')
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb b/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb index e964720b72..8f69d4b6ec 100644 --- a/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb +++ b/recipes/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb @@ -15,24 +15,24 @@ COMPATIBLE_MACHINE = "nokia(800|770)" FILES_${PN} = "${libdir}/xserver /etc/dbus-1/* ${bindir}/Xomap" SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/xorg-server_1.1.99.3-0osso31.tar.gz \ - file://kmode.patch;apply=yes \ - file://disable-apm.patch;apply=yes \ - file://no-serial-probing.patch;apply=yes \ - file://fbdev-not-fix.patch;apply=yes \ - file://enable-builtin-fonts.patch;apply=yes \ - file://xcalibrate.patch;apply=yes \ - file://fixups.patch;apply=yes \ - file://button_only.patch;apply=yes \ - file://calibrateext.patch;apply=yes \ - file://fix-picturestr-include-order.patch;apply=yes \ - file://xcalibrate_coords.patch;apply=yes \ - file://report-correct-randr10.patch;apply=yes" -# file://kdrive-evdev.patch;apply=yes \ -# file://kdrive-use-evdev.patch;apply=yes \ -# file://optional-xkb.patch;apply=yes \ -# file://disable-xf86-dga-xorgcfg.patch;apply=yes \ -# file://enable-tslib.patch;apply=yes \ -# file://xfbdev-fb-opt.patch;apply=yes" + file://kmode.patch \ + file://disable-apm.patch \ + file://no-serial-probing.patch \ + file://fbdev-not-fix.patch \ + file://enable-builtin-fonts.patch \ + file://xcalibrate.patch \ + file://fixups.patch \ + file://button_only.patch \ + file://calibrateext.patch \ + file://fix-picturestr-include-order.patch \ + file://xcalibrate_coords.patch \ + file://report-correct-randr10.patch" +# file://kdrive-evdev.patch \ +# file://kdrive-use-evdev.patch \ +# file://optional-xkb.patch \ +# file://disable-xf86-dga-xorgcfg.patch \ +# file://enable-tslib.patch \ +# file://xfbdev-fb-opt.patch" S = "${WORKDIR}/xorg-server-1.1.99.3" |