diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-03-28 16:29:10 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-03-31 10:01:06 +0200 |
commit | f25144e99b769aac83bcde613edf684441bbef27 (patch) | |
tree | 2f004664b1571aa823b07a1dac2ef8842bc823b1 /recipes/liboil/liboil_0.3.11.bb | |
parent | f09ab9e93d09f6b82cfb975a955473c94625c544 (diff) |
liboil: update to latest liboil, needed for latest schroedinger
* remove older version and introduce an inc-file
* keep 0.3.15 because om relays on it
Diffstat (limited to 'recipes/liboil/liboil_0.3.11.bb')
-rw-r--r-- | recipes/liboil/liboil_0.3.11.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/liboil/liboil_0.3.11.bb b/recipes/liboil/liboil_0.3.11.bb deleted file mode 100644 index 44b4b5e088..0000000000 --- a/recipes/liboil/liboil_0.3.11.bb +++ /dev/null @@ -1,15 +0,0 @@ -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 -} |