diff options
author | Qing He <qing.he@intel.com> | 2010-07-01 17:25:21 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:45 -0700 |
commit | 471892e2009eecc1854b202559aed4aa82650b90 (patch) | |
tree | 39a970a946fba34d1fa71dacc0b7e4aa61ecf53b /meta/packages/pcmciautils | |
parent | dfe9854f486a282048807023c605d660ca0a72d6 (diff) | |
download | poky-471892e2009eecc1854b202559aed4aa82650b90.tar.gz |
pcmciautils: fix metadata
add license
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/pcmciautils')
-rw-r--r-- | meta/packages/pcmciautils/pcmciautils.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils.inc b/meta/packages/pcmciautils/pcmciautils.inc index da247d7cba..7adef38e02 100644 --- a/meta/packages/pcmciautils/pcmciautils.inc +++ b/meta/packages/pcmciautils/pcmciautils.inc | |||
@@ -1,9 +1,10 @@ | |||
1 | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" | 1 | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" |
2 | DEPENDS = "sysfsutils flex-native" | ||
3 | RDEPENDS = "udev module-init-tools" | ||
4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" | 2 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" |
5 | SECTION = "kernel/userland" | 3 | SECTION = "kernel/userland" |
6 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | LICENSE = "GPLv2" | ||
6 | DEPENDS = "sysfsutils flex-native" | ||
7 | RDEPENDS = "udev module-init-tools" | ||
7 | 8 | ||
8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" | 9 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" |
9 | 10 | ||