summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-22 21:38:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-22 21:45:28 +0000
commitbe9262233975911e404f6fcdb3c81ba916d28e32 (patch)
tree2149a99c8d1116e8811d2fc9efad3f973971dd9b /meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
parentd26cbff22a3dfc3f5682b44d6e753f1c4091a56d (diff)
downloadopenembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.tar.gz
openembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.tar.bz2
openembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.tar.xz
openembedded-core-be9262233975911e404f6fcdb3c81ba916d28e32.zip
Remove all comments from multiline expressions (as mentioned in bug #704)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
index f6a0d83cc..b7e5520f4 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
@@ -13,10 +13,6 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://extra-kmodes.patch;patch=1 \
file://disable-apm.patch;patch=1 \
file://no-serial-probing.patch;patch=1 \
-# file://kdrive-evdev.patch;patch=1 \
-# file://kdrive-use-evdev.patch;patch=1 \
-# file://enable-builtin-fonts.patch;patch=1 \
-# file://optional-xkb.patch;patch=1 \
file://keyboard-resume-workaround.patch;patch=1 \
file://enable-xcalibrate.patch;patch=1 \
file://hide-cursor-and-ppm-root.patch;patch=1 \
@@ -24,5 +20,10 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \
file://fix-newer-xorg-headers.patch;patch=1 \
file://crosscompile.patch;patch=1 \
file://nodolt.patch;patch=1"
+# file://kdrive-evdev.patch;patch=1
+# file://kdrive-use-evdev.patch;patch=1
+# file://enable-builtin-fonts.patch;patch=1
+# file://optional-xkb.patch;patch=1
+
S = "${WORKDIR}/xorg-server-${PV}"