generic-poky/meta/packages/hal/hal-info.inc
Qing He 4e71fc76ad hal-info: fix metadata
add bugtracker

Signed-off-by: Qing He <qing.he@intel.com>
2010-07-02 15:32:45 -07:00

23 lines
521 B
PHP

DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://hal.freedesktop.org/"
BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
SECTION = "unknown"
LICENSE = "GPLv2 | AFL"
SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-recall --disable-video"
do_configure() {
gnu-configize
libtoolize --force
oe_runconf
}
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/hal/"