blob: 55c423b03463db5b645f89e8ba6f31d8e1b189f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
HOMEPAGE = "http://liboil.freedesktop.org/"
LICENSE = "various"
DEPENDS = "glib-2.0"
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
}
ARM_INSTRUCTION_SET = "arm"
|