blob: edc9b932c978a9c76c1763a11f15fa27f029a722 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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_stage pkgconfig
ARM_INSTRUCTION_SET = "arm"
|