diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-18 17:56:22 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-18 17:56:22 +0000 |
commit | baedc7957ec2aefd4df1bd7c92eed88cb9301e47 (patch) | |
tree | 6c3331992a2ef7ad207a2cf24b46b8633bac2c7f /meta/packages/liboil | |
parent | e57a7d5b438ad49dde56940609d3780b07e45c9b (diff) | |
download | poky-baedc7957ec2aefd4df1bd7c92eed88cb9301e47.tar.gz |
Add missing patch for liboil (whoops)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@725 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/liboil')
-rw-r--r-- | meta/packages/liboil/liboil-0.3.9/no-tests.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/liboil/liboil-0.3.9/no-tests.patch b/meta/packages/liboil/liboil-0.3.9/no-tests.patch new file mode 100644 index 0000000000..00cf5d7431 --- /dev/null +++ b/meta/packages/liboil/liboil-0.3.9/no-tests.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | --- liboil-0.3.9/liboil/liboilfunction.c.old 2006-09-18 13:03:20.000000000 +0100 | ||
2 | +++ liboil-0.3.9/liboil/liboilfunction.c 2006-09-18 13:04:10.000000000 +0100 | ||
3 | @@ -345,7 +345,9 @@ | ||
4 | return; | ||
5 | } | ||
6 | |||
7 | - test = oil_test_new (klass); | ||
8 | + klass->chosen_impl = klass->reference_impl; | ||
9 | + klass->func = klass->reference_impl->func; | ||
10 | +/* test = oil_test_new (klass); | ||
11 | if (test == NULL) { | ||
12 | OIL_ERROR ("failed to test function class %s", klass->name); | ||
13 | return; | ||
14 | @@ -385,7 +387,7 @@ | ||
15 | klass->chosen_impl = min_impl; | ||
16 | klass->func = min_impl->func; | ||
17 | |||
18 | - oil_test_free (test); | ||
19 | + oil_test_free (test);*/ | ||
20 | } | ||
21 | |||
22 | static void | ||