summaryrefslogtreecommitdiffstats
path: root/meta/packages/hal
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-20 11:13:28 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-23 23:53:30 +0100
commitec6705a4889766da40cc493be578f11f59b88bfe (patch)
treefc6df99e538ac09dfe45152f0c096d4970764fd0 /meta/packages/hal
parent8bad27517486ff69b961a03f5d25a9c5aa5a2b7e (diff)
downloadpoky-ec6705a4889766da40cc493be578f11f59b88bfe.tar.gz
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>
Diffstat (limited to 'meta/packages/hal')
-rw-r--r--meta/packages/hal/hal-info.inc2
-rw-r--r--meta/packages/hal/hal-info_20091130.bb (renamed from meta/packages/hal/hal-info_20090414.bb)0
-rw-r--r--meta/packages/hal/hal-info_git.bb22
3 files changed, 4 insertions, 20 deletions
diff --git a/meta/packages/hal/hal-info.inc b/meta/packages/hal/hal-info.inc
index bea28cd6a7..adba83fb28 100644
--- a/meta/packages/hal/hal-info.inc
+++ b/meta/packages/hal/hal-info.inc
@@ -4,9 +4,9 @@ BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
4SECTION = "unknown" 4SECTION = "unknown"
5 5
6LICENSE = "GPLv2 | AFL" 6LICENSE = "GPLv2 | AFL"
7LIC_FILES_CHKSUM = "file://COPYING;md5=ae484909bad0cf11c8e2071cee6bd4dc"
7 8
8SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" 9SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
9S = "${WORKDIR}/${PN}-${PV}"
10 10
11inherit autotools pkgconfig 11inherit autotools pkgconfig
12 12
diff --git a/meta/packages/hal/hal-info_20090414.bb b/meta/packages/hal/hal-info_20091130.bb
index e6d50e3981..e6d50e3981 100644
--- a/meta/packages/hal/hal-info_20090414.bb
+++ b/meta/packages/hal/hal-info_20091130.bb
diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb
index 154a4129fa..3fff5e0a7d 100644
--- a/meta/packages/hal/hal-info_git.bb
+++ b/meta/packages/hal/hal-info_git.bb
@@ -1,25 +1,9 @@
1DESCRIPTION = "Hardware Abstraction Layer device information" 1require hal-info.inc
2HOMEPAGE = "http://freedesktop.org/Software/hal"
3BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal"
4SECTION = "unknown"
5
6LICENSE = "GPLv2 | AFL"
7 2
8PV = "${SRCDATE}+git" 3PV = "${SRCDATE}+git"
9PR = "r2" 4PR = "r0"
10
11
12SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831"
13 5
6SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20091130"
14S = "${WORKDIR}/git" 7S = "${WORKDIR}/git"
15 8
16inherit autotools pkgconfig
17
18EXTRA_OECONF = "--disable-recall --disable-video"
19
20
21PACKAGE_ARCH = "all"
22FILES_${PN} += "/usr/share/hal/"
23
24# By default, use the released hal-info
25DEFAULT_PREFERENCE = "-1" 9DEFAULT_PREFERENCE = "-1"