diff options
author | Qing He <qing.he@intel.com> | 2010-07-01 17:10:29 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:45 -0700 |
commit | 4e71fc76ad0f5be717d439d37a60e1a1805e2bdc (patch) | |
tree | 73eca73a56cbf252a31b7d63fb86815436e3cc70 | |
parent | 06ecb32bf32ef9d8ed4e871266e082a57d393dc3 (diff) | |
download | openembedded-core-4e71fc76ad0f5be717d439d37a60e1a1805e2bdc.tar.gz openembedded-core-4e71fc76ad0f5be717d439d37a60e1a1805e2bdc.tar.bz2 openembedded-core-4e71fc76ad0f5be717d439d37a60e1a1805e2bdc.zip |
hal-info: fix metadata
add bugtracker
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/packages/hal/hal-info.inc | 4 | ||||
-rw-r--r-- | meta/packages/hal/hal-info_git.bb | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/hal/hal-info.inc b/meta/packages/hal/hal-info.inc index 635fd0aa41..bea28cd6a7 100644 --- a/meta/packages/hal/hal-info.inc +++ b/meta/packages/hal/hal-info.inc @@ -1,7 +1,9 @@ DESCRIPTION = "Hardware Abstraction Layer device information" HOMEPAGE = "http://hal.freedesktop.org/" +BUGTRACKER = "http://bugs.freedesktop.org/buglist.cgi?product=hal" SECTION = "unknown" -LICENSE = "GPL AFL" + +LICENSE = "GPLv2 | AFL" SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz" S = "${WORKDIR}/${PN}-${PV}" diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb index 0cb44706f6..154a4129fa 100644 --- a/meta/packages/hal/hal-info_git.bb +++ b/meta/packages/hal/hal-info_git.bb @@ -1,7 +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 = "GPL AFL" + +LICENSE = "GPLv2 | AFL" PV = "${SRCDATE}+git" PR = "r2" |