mirror of
https://git.yoctoproject.org/poky
synced 2026-07-25 18:57:02 +00:00
6f0c0167c6
RP: It would be better if we could find a way to patch out the compiler checks in this package... JaMa: drop PACKAGE_ARCH for now (nobody likes hal nowadays) (From OE-Core rev: 870191c1c46e36f92c5d90a3eb049154b0597133) (From OE-Core rev: 1f66c882937d11762916023f4233b63cc6645edc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
545 B
PHP
22 lines
545 B
PHP
DESCRIPTION = "Hardware Abstraction Layer device information"
|
|
HOMEPAGE = "http://hal.freedesktop.org/"
|
|
BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
|
|
SECTION = "unknown"
|
|
|
|
LICENSE = "GPLv2 | AFL"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc"
|
|
|
|
SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
EXTRA_OECONF = "--disable-recall --disable-video"
|
|
|
|
do_configure() {
|
|
gnu-configize
|
|
libtoolize --force
|
|
oe_runconf
|
|
}
|
|
|
|
FILES_${PN} += "${datadir}/hal/"
|