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.15.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.15.bb')
-rw-r--r-- | recipes/liboil/liboil_0.3.15.bb | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/recipes/liboil/liboil_0.3.15.bb b/recipes/liboil/liboil_0.3.15.bb index 338121ac66..dfc66fe890 100644 --- a/recipes/liboil/liboil_0.3.15.bb +++ b/recipes/liboil/liboil_0.3.15.bb @@ -1,16 +1,3 @@ -DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs." -HOMEPAGE = "http://liboil.freedesktop.org/" -LICENSE = "various" -PR = "r2" +require liboil.inc -DEPENDS = "glib-2.0" - -SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \ - file://autotools.patch;patch=1 \ - " - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} +SRC_URI =+ "file://autotools.patch;patch=1" |