From 7dcbd8502cefdae8c5a9f759294e46b5758c35f9 Mon Sep 17 00:00:00 2001 From: woglinde Date: Tue, 31 Mar 2009 10:56:05 +0200 Subject: Revert "liboil: update to latest liboil, needed for latest schroedinger" This reverts commit f25144e99b769aac83bcde613edf684441bbef27. --- recipes/liboil/liboil_0.3.14.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/liboil/liboil_0.3.14.bb (limited to 'recipes/liboil/liboil_0.3.14.bb') diff --git a/recipes/liboil/liboil_0.3.14.bb b/recipes/liboil/liboil_0.3.14.bb new file mode 100644 index 0000000000..ebbe6cfb97 --- /dev/null +++ b/recipes/liboil/liboil_0.3.14.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." +HOMEPAGE = "http://liboil.freedesktop.org/" +LICENSE = "various" + +# The configure script seems to have bogus checks, so let's not make it the default +DEFAULT_PREFERENCE = "-1" + +DEPENDS = "glib-2.0" + +SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ + " + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} -- cgit v1.2.3