summaryrefslogtreecommitdiff
path: root/meta/packages/pcmciautils
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-01 17:25:21 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:45 -0700
commit471892e2009eecc1854b202559aed4aa82650b90 (patch)
tree39a970a946fba34d1fa71dacc0b7e4aa61ecf53b /meta/packages/pcmciautils
parentdfe9854f486a282048807023c605d660ca0a72d6 (diff)
downloadopenembedded-core-471892e2009eecc1854b202559aed4aa82650b90.tar.gz
openembedded-core-471892e2009eecc1854b202559aed4aa82650b90.tar.bz2
openembedded-core-471892e2009eecc1854b202559aed4aa82650b90.tar.xz
openembedded-core-471892e2009eecc1854b202559aed4aa82650b90.zip
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.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils.inc b/meta/packages/pcmciautils/pcmciautils.inc
index da247d7cb..7adef38e0 100644
--- a/meta/packages/pcmciautils/pcmciautils.inc
+++ b/meta/packages/pcmciautils/pcmciautils.inc
@@ -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"