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 | |
| parent | c655e048eb112282a0c32257fc346e9adec48633 (diff) | |
| download | openembedded-core-1d8873df3928fd1e4683b4ff6edf954a3e1d7c9f.tar.gz openembedded-core-1d8873df3928fd1e4683b4ff6edf954a3e1d7c9f.tar.bz2 openembedded-core-1d8873df3928fd1e4683b4ff6edf954a3e1d7c9f.zip | |
Fix metadata for hostap-utils
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
| -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 @@  DESCRIPTION = "User mode helpers for the hostap driver"  HOMEPAGE = "http://hostap.epitest.fi" +BUGTRACKER = "http://hostap.epitest.fi/bugz/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ +			file://util.c;beginline=1;endline=9;md5=d3b9280851302e5ba34e5fb717489b6d"  SECTION = "kernel/userland"  PRIORITY = "optional" -LICENSE = "GPL"  PR = "r4"  SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ | 
