aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/liboil/liboil_0.3.10.bb
blob: 878a96e5b44dd8a66f2c616c84a0505bb582b0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
HOMEPAGE = "http://liboil.freedesktop.org/"
LICENSE = "various"

SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}

SRC_URI[md5sum] = "770f656bca8166dab33b322d5886a4bf"
SRC_URI[sha256sum] = "4587753a023550a066abe59a7e467c1af35b9f5e81bfb40a12463ad2df8f088c"