summaryrefslogtreecommitdiff
path: root/meta/packages/pcmciautils/pcmciautils.inc
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-14 13:09:18 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-16 16:25:17 +0100
commitdd05d05044017fb46b70f46503c76212aa606a9e (patch)
tree99520f0e19e1d9580a91c6d3e4b6462866fb4810 /meta/packages/pcmciautils/pcmciautils.inc
parente17f8f7e409f22767e620681e023a2c28039357d (diff)
downloadopenembedded-core-dd05d05044017fb46b70f46503c76212aa606a9e.tar.gz
openembedded-core-dd05d05044017fb46b70f46503c76212aa606a9e.tar.bz2
openembedded-core-dd05d05044017fb46b70f46503c76212aa606a9e.tar.xz
openembedded-core-dd05d05044017fb46b70f46503c76212aa606a9e.zip
pcmciautils: upgrade to version 017
from 014 changes: - put LEX=flex into EXTRA_OEMAKE, from openembedded project - add RDEPENDS only to ${PN}, from openembedded project - remove modalias_update patch, it's in upstream - rebase the other two patches - starting from 017 (or maybe 016), two helper binaries are put into /usr/lib/udev instead of /sbin, adapt this change by adding the new path into package Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/pcmciautils/pcmciautils.inc')
-rw-r--r--meta/packages/pcmciautils/pcmciautils.inc9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils.inc b/meta/packages/pcmciautils/pcmciautils.inc
index 7adef38e0..750a2cf60 100644
--- a/meta/packages/pcmciautils/pcmciautils.inc
+++ b/meta/packages/pcmciautils/pcmciautils.inc
@@ -2,9 +2,13 @@ DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
SECTION = "kernel/userland"
PRIORITY = "optional"
+
LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
DEPENDS = "sysfsutils flex-native"
-RDEPENDS = "udev module-init-tools"
+RDEPENDS_${PN} = "udev module-init-tools"
+RCONFLICTS_${PN} += "pcmcia-cs"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"
@@ -20,11 +24,10 @@ LD = "${CC}"
CFLAGS =+ "-I${S}/src"
PARALLEL_MAKE = ""
-EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs'"
+EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs' 'LEX=flex'"
do_install () {
oe_runmake 'DESTDIR=${D}' install
}
CONFFILES_${PN} += "${sysconfdir}/pcmcia/config.opts"
-RCONFLICTS_${PN} += "pcmcia-cs"