pcmciautils: fix metadata

add license

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-07-01 17:25:21 +08:00 committed by Saul Wold
parent dfe9854f48
commit 471892e200
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
DEPENDS = "sysfsutils flex-native"
RDEPENDS = "udev module-init-tools"
HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
SECTION = "kernel/userland"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "sysfsutils flex-native"
RDEPENDS = "udev module-init-tools"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"