diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 16:09:54 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-31 16:09:54 +0000 |
commit | 141b7fc4e9b5425869d810165d0897336b5a649a (patch) | |
tree | 6acada91ced279074e605cd63f4980b09a73cbf9 /meta/packages/xorg-proto | |
parent | 71fc43d7cb7c6bb5a1d270cd00ccf1b458e32321 (diff) | |
download | poky-141b7fc4e9b5425869d810165d0897336b5a649a.tar.gz |
xextproto: Remove patch added upstream and now unneeded
Diffstat (limited to 'meta/packages/xorg-proto')
-rw-r--r-- | meta/packages/xorg-proto/files/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch | 18 | ||||
-rw-r--r-- | meta/packages/xorg-proto/xextproto_7.0.4.bb | 2 |
2 files changed, 0 insertions, 20 deletions
diff --git a/meta/packages/xorg-proto/files/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch b/meta/packages/xorg-proto/files/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch deleted file mode 100644 index 5d73953fd5..0000000000 --- a/meta/packages/xorg-proto/files/f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | From: Peter Hutterer <peter.hutterer@redhat.com> | ||
2 | Date: Fri, 26 Sep 2008 05:24:19 +0000 (+0930) | ||
3 | Subject: Xge.h: include Xmd.h for CARD8 | ||
4 | X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/proto/xextproto.git;a=commitdiff;h=f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9 | ||
5 | |||
6 | Xge.h: include Xmd.h for CARD8 | ||
7 | --- | ||
8 | |||
9 | --- a/Xge.h | ||
10 | +++ b/Xge.h | ||
11 | @@ -30,6 +30,7 @@ | ||
12 | #ifndef _XGE_H_ | ||
13 | #define _XGE_H_ | ||
14 | |||
15 | +#include <X11/Xmd.h> | ||
16 | #include <X11/Xlib.h> | ||
17 | #include <X11/Xfuncproto.h> | ||
18 | |||
diff --git a/meta/packages/xorg-proto/xextproto_7.0.4.bb b/meta/packages/xorg-proto/xextproto_7.0.4.bb index ecb2e65f74..644cbd12ff 100644 --- a/meta/packages/xorg-proto/xextproto_7.0.4.bb +++ b/meta/packages/xorg-proto/xextproto_7.0.4.bb | |||
@@ -4,5 +4,3 @@ PR = "r2" | |||
4 | PE = "1" | 4 | PE = "1" |
5 | 5 | ||
6 | XORG_PN = "xextproto" | 6 | XORG_PN = "xextproto" |
7 | |||
8 | SRC_URI += "file://f7e5f23e37e62cc0a981d9b002b69d90b8a7daa9.patch;patch=1" | ||