From: Chris Lord Date: Mon, 18 Sep 2006 17:56:22 +0000 (+0000) Subject: Add missing patch for liboil (whoops) X-Git-Tag: 2011-1~12684 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=baedc7957ec2aefd4df1bd7c92eed88cb9301e47;p=openembedded-core.git Add missing patch for liboil (whoops) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@725 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ +--- 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