aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/hal/hal-info.inc
blob: 183dd0ede5dfa2291820770682972093d81c3e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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/"