aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal/hal-info_git.bb
blob: 6a7cbbaacc9cb012f265e7e4740b0616f46ecabf (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"
FILE_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"