]> code.ossystems Code Review - openembedded-core.git/commitdiff
hal-info: upgrade to version 20091130
authorQing He <qing.he@intel.com>
Tue, 20 Jul 2010 03:13:28 +0000 (11:13 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jul 2010 22:53:30 +0000 (23:53 +0100)
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>
meta/conf/distro/include/poky-fixed-revisions.inc
meta/packages/hal/hal-info.inc
meta/packages/hal/hal-info_20091130.bb [moved from meta/packages/hal/hal-info_20090414.bb with 100% similarity]
meta/packages/hal/hal-info_git.bb

index 630427059a8c2c4dd3fde77c84cf36e3deae0d24..081a59ab99bd04b4330053a55f0184003056c036 100644 (file)
@@ -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"
 
 
index bea28cd6a7f64cfb350bbe7183cb8a2ae9f9c5ae..adba83fb289ba56e5791dcc7871e33e9fcac77e5 100644 (file)
@@ -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
 
index 154a4129fabebcecfab9472d1dddc64fa0870fb8..3fff5e0a7d7eaf74b8f7372a374a0fbc60b2d52d 100644 (file)
@@ -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"