1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-10 16:10:04 +00:00
Files

21 lines
449 B
PHP

DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://hal.freedesktop.org/"
SECTION = "unknown"
LICENSE = "GPL AFL"
SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-recall --disable-video"
do_configure() {
gnu-configize
libtoolize --force
oe_runconf
}
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/hal/"