mirror of
https://git.yoctoproject.org/poky
synced 2026-06-18 06:39:53 +00:00
4e71fc76ad
add bugtracker Signed-off-by: Qing He <qing.he@intel.com>
26 lines
570 B
BlitzBasic
26 lines
570 B
BlitzBasic
DESCRIPTION = "Hardware Abstraction Layer device information"
|
|
HOMEPAGE = "http://freedesktop.org/Software/hal"
|
|
BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
|
|
SECTION = "unknown"
|
|
|
|
LICENSE = "GPLv2 | 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"
|