aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal/hal-info_git.bb
blob: 48192a8e7e2712a7c4eae9ed7b0a11e43a99f775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
DEPENDS = "hal"

PV = "${SRCDATE}+git"
PR = "r2"


SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831"

S = "${WORKDIR}/git"

inherit autotools pkgconfig

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


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

# By default, use the released hal-info
DEFAULT_PREFERENCE = "-1"