blob: 124ff6fcd76916f3683f0a48f609e80db74b453b (
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 = "liboil"
PR = "r6"
DEPENDS = "glib-2.0"
SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
file://autotools.patch \
file://arm-vfp.patch \
"
inherit autotools pkgconfig
SRC_URI[md5sum] = "11dd39b1ca13ce2e0618d4df8303f137"
SRC_URI[sha256sum] = "ae5e3b03a72dd4d12accbe7a6022e4e8570fa309defec9846341384d0a657fd4"
|