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

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