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