mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
[YOCTO #860] (From OE-Core rev: 09ed5de9624be38c0fa5cb3f943691c3b4a50686) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
566 B
PHP
23 lines
566 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
|
|
}
|
|
|
|
PACKAGE_ARCH = "all"
|
|
FILES_${PN} += "${datadir}/hal/"
|