Files
poky/meta/packages/hal/hal-info_git.bb
Marcin Juszkiewicz d0ba74c7e2 hal-info: do not depend on HAL - it is circular dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4841 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-16 07:29:14 +00:00

24 lines
498 B
BlitzBasic

DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"
LICENSE = "GPL AFL"
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} += "/usr/share/hal/"
# By default, use the released hal-info
DEFAULT_PREFERENCE = "-1"