diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-14 18:05:34 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-14 18:05:34 +0100 |
commit | 28e4e3b431456ad9ec587203e611376695afba95 (patch) | |
tree | dc4c71d541f401826b08b7ab6d124ea264e81f73 | |
parent | 7f471985a71fdcda0baa0d73db8d25753abe0713 (diff) | |
download | poky-28e4e3b431456ad9ec587203e611376695afba95.tar.gz |
xserver-xf86-dri-lite: Update patches
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb | 2 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb | 14 |
2 files changed, 11 insertions, 5 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb index 83c5e93683..6a959ba5a2 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
2 | 2 | ||
3 | PE = "1" | 3 | PE = "1" |
4 | PR = "r2" | 4 | PR = "r3" |
5 | 5 | ||
6 | PROTO_DEPS += "xf86driproto dri2proto" | 6 | PROTO_DEPS += "xf86driproto dri2proto" |
7 | 7 | ||
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb index ebc18116b1..2eeff95a1a 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb | |||
@@ -1,17 +1,23 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
2 | 2 | ||
3 | PE = "1" | 3 | PE = "1" |
4 | PR = "r5" | 4 | PR = "r9" |
5 | PV = "1.6.0+git${SRCPV}" | 5 | PV = "1.6.0+git${SRCPV}" |
6 | 6 | ||
7 | PROTO_DEPS += "xf86driproto dri2proto" | 7 | PROTO_DEPS += "xf86driproto dri2proto" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "xkeyboard-config" | 9 | RDEPENDS_${PN} += "xkeyboard-config" |
10 | 10 | ||
11 | # file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1 \ | ||
12 | # file://xserver-1.5.0-bg-none-root.patch;patch=1 \ | ||
13 | # file://xserver-no-root-2.patch;patch=1 \ | ||
14 | # file://xserver-boottime.patch;patch=1" | ||
15 | # file://xserver-DRI2Swapbuffer.patch;patch=1" | ||
16 | |||
17 | |||
11 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \ | 18 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \ |
12 | file://nodolt.patch;patch=1 \ | 19 | file://nodolt.patch;patch=1 \ |
13 | file://libdri-xinerama-symbol.patch;patch=1 \ | 20 | file://libdri-xinerama-symbol.patch;patch=1" |
14 | file://xserver-boottime.patch;patch=1" | ||
15 | 21 | ||
16 | # Misc build failure for master HEAD | 22 | # Misc build failure for master HEAD |
17 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" | 23 | SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" |