generic-poky/meta/packages/hal/hal-info_20070831.bb
Richard Purdie 2a2b229f7e hal-info: DEPENDS on hal (for configure checks)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2800 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26 10:36:27 +00:00

17 lines
409 B
BlitzBasic

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/"