diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-trim-1.4.4/makekeys_crosscompile.patch | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim-1.4.4/makekeys_crosscompile.patch b/meta/recipes-graphics/xorg-lib/libx11-trim-1.4.4/makekeys_crosscompile.patch index e5eacf0515..daf3696b34 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim-1.4.4/makekeys_crosscompile.patch +++ b/meta/recipes-graphics/xorg-lib/libx11-trim-1.4.4/makekeys_crosscompile.patch | |||
@@ -1,6 +1,37 @@ | |||
1 | Because the size of "unsigned long" is different between 32-bit | 1 | Because the size of "unsigned long" is different between 32-bit |
2 | and 64-bit, judge whether target is 32-bit or 64-bit and tell | 2 | and 64-bit, judge whether target is 32-bit or 64-bit and tell |
3 | "makekey". | 3 | "makekey". |
4 | |||
5 | The error information from LSB Test suite is as follow: | ||
6 | VSW5TESTSUITE PURPOSE 7 | ||
7 | Assertion XStringToKeysym-7.(A) | ||
8 | When the string argument is the name of a KeySym in the | ||
9 | table with the prefix XK_ removed, then a call to | ||
10 | XStringToKeysym returns that KeySym. | ||
11 | METH: For each KeySym name in table with code G: | ||
12 | METH: Call XStringToKeysym to obtain the KeySym defined for that string. | ||
13 | METH: Verify that XStringToKeysym did not return NoSymbol. | ||
14 | METH: Verify that the returned string is correct. | ||
15 | CHECK: XStringToKeysym-7 1, line 130 | ||
16 | CHECK: XStringToKeysym-7 2, line 140 | ||
17 | CHECK: XStringToKeysym-7 3, line 150 | ||
18 | CHECK: XStringToKeysym-7 4, line 160 | ||
19 | CHECK: XStringToKeysym-7 5, line 170 | ||
20 | CHECK: XStringToKeysym-7 6, line 180 | ||
21 | CHECK: XStringToKeysym-7 7, line 190 | ||
22 | CHECK: XStringToKeysym-7 8, line 200 | ||
23 | CHECK: XStringToKeysym-7 9, line 210 | ||
24 | CHECK: XStringToKeysym-7 10, line 220 | ||
25 | CHECK: XStringToKeysym-7 11, line 230 | ||
26 | CHECK: XStringToKeysym-7 12, line 240 | ||
27 | CHECK: XStringToKeysym-7 13, line 250 | ||
28 | CHECK: XStringToKeysym-7 14, line 260 | ||
29 | CHECK: XStringToKeysym-7 15, line 270 | ||
30 | CHECK: XStringToKeysym-7 16, line 280 | ||
31 | CHECK: XStringToKeysym-7 17, line 290 | ||
32 | CHECK: XStringToKeysym-7 18, line 300 | ||
33 | CHECK: XStringToKeysym-7 19, line 310 | ||
34 | CHECK: XStringToKeysym-7 20, line 320 | ||
4 | 35 | ||
5 | Upstream-Status: Pending | 36 | Upstream-Status: Pending |
6 | 37 | ||