diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-09 15:20:51 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-10 16:30:30 -0700 |
commit | 1d8873df3928fd1e4683b4ff6edf954a3e1d7c9f (patch) | |
tree | 018e1f3afe72fbcfc687cc87d6b154702c79ae39 /meta/packages/hostap | |
parent | c655e048eb112282a0c32257fc346e9adec48633 (diff) | |
download | poky-1d8873df3928fd1e4683b4ff6edf954a3e1d7c9f.tar.gz |
Fix metadata for hostap-utils
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/hostap')
-rw-r--r-- | meta/packages/hostap/hostap-utils.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/hostap/hostap-utils.inc b/meta/packages/hostap/hostap-utils.inc index 2e1897c9ba..16880f1196 100644 --- a/meta/packages/hostap/hostap-utils.inc +++ b/meta/packages/hostap/hostap-utils.inc | |||
@@ -1,8 +1,11 @@ | |||
1 | DESCRIPTION = "User mode helpers for the hostap driver" | 1 | DESCRIPTION = "User mode helpers for the hostap driver" |
2 | HOMEPAGE = "http://hostap.epitest.fi" | 2 | HOMEPAGE = "http://hostap.epitest.fi" |
3 | BUGTRACKER = "http://hostap.epitest.fi/bugz/" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | ||
6 | file://util.c;beginline=1;endline=9;md5=d3b9280851302e5ba34e5fb717489b6d" | ||
3 | SECTION = "kernel/userland" | 7 | SECTION = "kernel/userland" |
4 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
5 | LICENSE = "GPL" | ||
6 | PR = "r4" | 9 | PR = "r4" |
7 | 10 | ||
8 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ | 11 | SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ |