generic-poky/meta/packages/liboil/liboil_0.3.14.bb

13 lines
359 B
BlitzBasic

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"