diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-graphics/xorg-xserver | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver')
-rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb | 28 |
1 files changed, 14 insertions, 14 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 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" | |||
10 | PR = "r26" | 10 | PR = "r26" |
11 | 11 | ||
12 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ | 12 | SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ |
13 | file://extra-kmodes.patch;patch=1 \ | 13 | file://extra-kmodes.patch \ |
14 | file://disable-apm.patch;patch=1 \ | 14 | file://disable-apm.patch \ |
15 | file://no-serial-probing.patch;patch=1 \ | 15 | file://no-serial-probing.patch \ |
16 | file://keyboard-resume-workaround.patch;patch=1 \ | 16 | file://keyboard-resume-workaround.patch \ |
17 | file://enable-xcalibrate.patch;patch=1 \ | 17 | file://enable-xcalibrate.patch \ |
18 | file://hide-cursor-and-ppm-root.patch;patch=1 \ | 18 | file://hide-cursor-and-ppm-root.patch \ |
19 | file://fbdev_xrandr_ioctl.patch;patch=1 \ | 19 | file://fbdev_xrandr_ioctl.patch \ |
20 | file://fix-newer-xorg-headers.patch;patch=1 \ | 20 | file://fix-newer-xorg-headers.patch \ |
21 | file://crosscompile.patch;patch=1 \ | 21 | file://crosscompile.patch \ |
22 | file://nodolt.patch;patch=1" | 22 | file://nodolt.patch" |
23 | # file://kdrive-evdev.patch;patch=1 | 23 | # file://kdrive-evdev.patch |
24 | # file://kdrive-use-evdev.patch;patch=1 | 24 | # file://kdrive-use-evdev.patch |
25 | # file://enable-builtin-fonts.patch;patch=1 | 25 | # file://enable-builtin-fonts.patch |
26 | # file://optional-xkb.patch;patch=1 | 26 | # file://optional-xkb.patch |
27 | 27 | ||
28 | 28 | ||
29 | S = "${WORKDIR}/xorg-server-${PV}" | 29 | S = "${WORKDIR}/xorg-server-${PV}" |