1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
+3 -2
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"