From a0dc330b4abbb31c3c131a4cb1762555e5e109a1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Aug 2011 00:17:52 +0000 Subject: recipes: Delete patch=1, its default and replace pnum with striplevel Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../xorg-xserver/xserver-kdrive_1.7.99.2.bb | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'meta/recipes-graphics/xorg-xserver') 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 b7e5520f42..c2067c923e 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 @@ -10,20 +10,20 @@ PE = "1" PR = "r26" 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://keyboard-resume-workaround.patch;patch=1 \ - file://enable-xcalibrate.patch;patch=1 \ - file://hide-cursor-and-ppm-root.patch;patch=1 \ - file://fbdev_xrandr_ioctl.patch;patch=1 \ - 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 + file://extra-kmodes.patch \ + file://disable-apm.patch \ + file://no-serial-probing.patch \ + file://keyboard-resume-workaround.patch \ + file://enable-xcalibrate.patch \ + file://hide-cursor-and-ppm-root.patch \ + file://fbdev_xrandr_ioctl.patch \ + file://fix-newer-xorg-headers.patch \ + file://crosscompile.patch \ + file://nodolt.patch" +# file://kdrive-evdev.patch +# file://kdrive-use-evdev.patch +# file://enable-builtin-fonts.patch +# file://optional-xkb.patch S = "${WORKDIR}/xorg-server-${PV}" -- cgit v1.2.3-54-g00ecf