aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal/hal-info_20070831.bb
blob: a3792549376dc84ef96b01bdd9d9b931de40cedc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
DEPENDS = "hal"

SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;tag=HAL_INFO_${PV}"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-recall --disable-video"

PACKAGE_ARCH = "all"
FILES_${PN} += "/usr/share/hal/"