mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
hal: fix metadata
add bugtracker, update license The detail license is very complex and not easy to be expressed in a single LICENSE line. Adopt a simple notation here, and will describe details when the package is actually being upgraded. hal_git doesn't use hal.inc, need further cleanups. Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
DESCRIPTION = "Hardware Abstraction Layer"
|
||||
HOMEPAGE = "http://freedesktop.org/Software/hal"
|
||||
BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
|
||||
SECTION = "unknown"
|
||||
LICENSE = "GPL LGPL AFL"
|
||||
|
||||
LICENSE = "GPLv2+ | AFL"
|
||||
|
||||
DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb"
|
||||
RDEPENDS_${PN} += "udev hal-info"
|
||||
RRECOMMENDS_${PN} += "udev-utils"
|
||||
|
||||
PV = "0.5.9.1+git${SRCDATE}"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
|
||||
file://20hal \
|
||||
file://99_hal"
|
||||
|
||||
PV = "0.5.9.1+git${SRCDATE}"
|
||||
PR = "r4"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user