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

SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
           file://no-tests.patch;patch=1"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}