summaryrefslogtreecommitdiff
path: root/meta/packages/liboil/liboil-0.3.14
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-03 13:00:37 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-03 13:00:37 +0000
commit07207b0ac5b1dcba24c36a94050389ed271cdafe (patch)
tree74f2faf45f1f02d52926f78f5e1ccc642474c8fa /meta/packages/liboil/liboil-0.3.14
parentbb594646aa89e7a67c7b6ce07b7169d604073073 (diff)
downloadopenembedded-core-07207b0ac5b1dcba24c36a94050389ed271cdafe.tar.gz
openembedded-core-07207b0ac5b1dcba24c36a94050389ed271cdafe.tar.bz2
openembedded-core-07207b0ac5b1dcba24c36a94050389ed271cdafe.tar.xz
openembedded-core-07207b0ac5b1dcba24c36a94050389ed271cdafe.zip
liboil: 0.3.14 -> 0.3.17
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/liboil/liboil-0.3.14')
-rw-r--r--meta/packages/liboil/liboil-0.3.14/no-tests.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/liboil/liboil-0.3.14/no-tests.patch b/meta/packages/liboil/liboil-0.3.14/no-tests.patch
deleted file mode 100644
index 00cf5d743..000000000
--- a/meta/packages/liboil/liboil-0.3.14/no-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- liboil-0.3.9/liboil/liboilfunction.c.old 2006-09-18 13:03:20.000000000 +0100
-+++ liboil-0.3.9/liboil/liboilfunction.c 2006-09-18 13:04:10.000000000 +0100
-@@ -345,7 +345,9 @@
- return;
- }
-
-- test = oil_test_new (klass);
-+ klass->chosen_impl = klass->reference_impl;
-+ klass->func = klass->reference_impl->func;
-+/* test = oil_test_new (klass);
- if (test == NULL) {
- OIL_ERROR ("failed to test function class %s", klass->name);
- return;
-@@ -385,7 +387,7 @@
- klass->chosen_impl = min_impl;
- klass->func = min_impl->func;
-
-- oil_test_free (test);
-+ oil_test_free (test);*/
- }
-
- static void