increase dvbapp PR.
[vuplus_openembedded] / recipes / hal / hal-info_git.bb
1 DESCRIPTION = "Hardware Abstraction Layer device information"
2 HOMEPAGE = "http://freedesktop.org/Software/hal"
3 SECTION = "unknown"
4 LICENSE = "GPL AFL"
5 DEPENDS = "hal"
6
7 PV = "${SRCDATE}+git"
8 PR = "r2"
9
10
11 SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831"
12
13 S = "${WORKDIR}/git"
14
15 inherit autotools pkgconfig
16
17 EXTRA_OECONF = "--disable-recall --disable-video"
18
19
20 PACKAGE_ARCH = "all"
21 FILES_${PN} += "${datadir}/hal/"
22
23 # By default, use the released hal-info
24 DEFAULT_PREFERENCE = "-1"