summaryrefslogtreecommitdiff
path: root/meta/packages/liboil/liboil-0.3.9
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-06-19 13:19:12 +0000
committerRoss Burton <ross@openedhand.com>2008-06-19 13:19:12 +0000
commitf2797b36f3e0d06869815ab073ea28f6c0a1aa99 (patch)
tree1dcb3641666167fe677b84db12bfe286537e8650 /meta/packages/liboil/liboil-0.3.9
parent27ca3c3e3d19a4f1c78592fea746be606625c834 (diff)
downloadopenembedded-core-f2797b36f3e0d06869815ab073ea28f6c0a1aa99.tar.gz
openembedded-core-f2797b36f3e0d06869815ab073ea28f6c0a1aa99.tar.bz2
openembedded-core-f2797b36f3e0d06869815ab073ea28f6c0a1aa99.tar.xz
openembedded-core-f2797b36f3e0d06869815ab073ea28f6c0a1aa99.zip
liboil: update to 0.3.14
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4707 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/liboil/liboil-0.3.9')
-rw-r--r--meta/packages/liboil/liboil-0.3.9/no-tests.patch22
1 files changed, 0 insertions, 22 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
deleted file mode 100644
index 00cf5d743..000000000
--- a/meta/packages/liboil/liboil-0.3.9/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