From 07207b0ac5b1dcba24c36a94050389ed271cdafe Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 3 Mar 2010 13:00:37 +0000 Subject: liboil: 0.3.14 -> 0.3.17 Signed-off-by: Richard Purdie --- meta/packages/liboil/liboil-0.3.14/no-tests.patch | 22 ---------------------- meta/packages/liboil/liboil-0.3.17/no-tests.patch | 22 ++++++++++++++++++++++ meta/packages/liboil/liboil_0.3.14.bb | 12 ------------ meta/packages/liboil/liboil_0.3.17.bb | 12 ++++++++++++ 4 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta/packages/liboil/liboil-0.3.14/no-tests.patch create mode 100644 meta/packages/liboil/liboil-0.3.17/no-tests.patch delete mode 100644 meta/packages/liboil/liboil_0.3.14.bb create mode 100644 meta/packages/liboil/liboil_0.3.17.bb (limited to 'meta') 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 00cf5d7431..0000000000 --- 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 diff --git a/meta/packages/liboil/liboil-0.3.17/no-tests.patch b/meta/packages/liboil/liboil-0.3.17/no-tests.patch new file mode 100644 index 0000000000..00cf5d7431 --- /dev/null +++ b/meta/packages/liboil/liboil-0.3.17/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 diff --git a/meta/packages/liboil/liboil_0.3.14.bb b/meta/packages/liboil/liboil_0.3.14.bb deleted file mode 100644 index edc9b932c9..0000000000 --- a/meta/packages/liboil/liboil_0.3.14.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." -HOMEPAGE = "http://liboil.freedesktop.org/" -LICENSE = "various" -DEPENDS = "glib-2.0" -PR = "r1" - -SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ - file://no-tests.patch;patch=1" - -inherit autotools_stage pkgconfig - -ARM_INSTRUCTION_SET = "arm" diff --git a/meta/packages/liboil/liboil_0.3.17.bb b/meta/packages/liboil/liboil_0.3.17.bb new file mode 100644 index 0000000000..b1c33a08c6 --- /dev/null +++ b/meta/packages/liboil/liboil_0.3.17.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." +HOMEPAGE = "http://liboil.freedesktop.org/" +LICENSE = "various" +DEPENDS = "glib-2.0" +PR = "r2" + +SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ + file://no-tests.patch;patch=1" + +inherit autotools_stage pkgconfig + +ARM_INSTRUCTION_SET = "arm" -- cgit v1.2.3-54-g00ecf