diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-03-31 10:56:05 +0200 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-03-31 10:56:05 +0200 |
commit | 7dcbd8502cefdae8c5a9f759294e46b5758c35f9 (patch) | |
tree | 9d0f296e0495da90b05a7ed5851afc9b86c26b2d /recipes/liboil/liboil_0.3.11.bb | |
parent | f25144e99b769aac83bcde613edf684441bbef27 (diff) |
Revert "liboil: update to latest liboil, needed for latest schroedinger"
This reverts commit f25144e99b769aac83bcde613edf684441bbef27.
Diffstat (limited to 'recipes/liboil/liboil_0.3.11.bb')
-rw-r--r-- | recipes/liboil/liboil_0.3.11.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/liboil/liboil_0.3.11.bb b/recipes/liboil/liboil_0.3.11.bb new file mode 100644 index 0000000000..44b4b5e088 --- /dev/null +++ b/recipes/liboil/liboil_0.3.11.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." +HOMEPAGE = "http://liboil.freedesktop.org/" +LICENSE = "various" +PR ="r2" + +DEPENDS = "glib-2.0" + +SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ + file://ppc-detect-fpu.patch;patch=1" + +inherit autotools pkgconfig + +do_stage() { + autotools_stage_all +} |