blob: 84f0f416775fdce67a20926d7152c6b3a25f45d8 (
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 = "r2"
SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
file://no-tests.patch;patch=1"
inherit autotools pkgconfig
ARM_INSTRUCTION_SET = "arm"
|