summaryrefslogtreecommitdiffstats
path: root/recipes/liboil/liboil_0.3.11.bb
blob: 43fe79ab56f3cee167c76a3ed61adfce51e5deb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}

SRC_URI[md5sum] = "65ce3266be385d0c7cd9a1157433332f"
SRC_URI[sha256sum] = "deb6530d40ecad2b849d68912500e6d03bab4ac63de7a97340d05af1d7cf0ad4"