diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-12 14:01:23 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:13:33 +0100 |
commit | 239cf34d590e716a1446ce2834eb24d28ed26af3 (patch) | |
tree | 20b924404ae3dd62e5c7f10cd0eb4f88000547e8 /meta | |
parent | 7c4501824c63361b131a9db3891aa6df28b60fe4 (diff) | |
download | poky-239cf34d590e716a1446ce2834eb24d28ed26af3.tar.gz |
wireless-tools: fix metadata
Also change to use new patch parameter
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/wireless-tools/wireless-tools_29.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/wireless-tools/wireless-tools_29.bb b/meta/packages/wireless-tools/wireless-tools_29.bb index 900151b223..6bb1193c65 100644 --- a/meta/packages/wireless-tools/wireless-tools_29.bb +++ b/meta/packages/wireless-tools/wireless-tools_29.bb | |||
@@ -1,13 +1,17 @@ | |||
1 | DESCRIPTION = "Tools for the Linux Standard Wireless Extension Subsystem" | 1 | DESCRIPTION = "Tools for the Linux Standard Wireless Extension Subsystem" |
2 | HOMEPAGE = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" | 2 | HOMEPAGE = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" |
3 | LICENSE = "GPLv2 & (LGPL | MPL | BSD)" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
5 | file://iwconfig.c;beginline=1;endline=12;md5=cf710eb1795c376eb10ea4ff04649caf \ | ||
6 | file://iwevent.c;beginline=59;endline=72;md5=d66a10026d4394f0a5b1c5587bce4537 \ | ||
7 | file://sample_enc.c;beginline=1;endline=4;md5=838372be07874260b566bae2f6ed33b6" | ||
3 | SECTION = "base" | 8 | SECTION = "base" |
4 | PRIORITY = "optional" | 9 | PRIORITY = "optional" |
5 | LICENSE = "GPL" | ||
6 | PE = "1" | 10 | PE = "1" |
7 | PR = "r1" | 11 | PR = "r1" |
8 | 12 | ||
9 | SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz \ | 13 | SRC_URI = "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.29.tar.gz \ |
10 | file://man.patch;patch=1 \ | 14 | file://man.patch;apply=yes \ |
11 | file://wireless-tools.if-pre-up \ | 15 | file://wireless-tools.if-pre-up \ |
12 | file://zzz-wireless.if-pre-up" | 16 | file://zzz-wireless.if-pre-up" |
13 | S = "${WORKDIR}/wireless_tools.29" | 17 | S = "${WORKDIR}/wireless_tools.29" |