mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
hal-info: upgrade to version 20091130
from 20090414
changes:
- consolidate hal-info.inc and hal-info_git.bb, git version is used
as a reference and is not preferred
- preferred version updated to 20091130
Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -25,7 +25,7 @@ PREFERRED_VERSION_minimo ?= "0.02+cvs${SRCDATE_minimo}"
|
||||
PREFERRED_VERSION_oprofile ?= "0.9.6"
|
||||
PREFERRED_VERSION_elfutils ?= "0.89"
|
||||
PREFERRED_VERSION_hal ?= "0.5.14"
|
||||
PREFERRED_VERSION_hal-info ?= "20090414"
|
||||
PREFERRED_VERSION_hal-info ?= "20091130"
|
||||
PREFERRED_VERSION_udev ?= "141"
|
||||
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
|
||||
SECTION = "unknown"
|
||||
|
||||
LICENSE = "GPLv2 | AFL"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc"
|
||||
|
||||
SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
@@ -1,25 +1,9 @@
|
||||
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"
|
||||
require hal-info.inc
|
||||
|
||||
PV = "${SRCDATE}+git"
|
||||
PR = "r2"
|
||||
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20091130"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user