diff options
Diffstat (limited to 'pcmcia-cs/pcmcia-cs_3.2.7.oe')
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe deleted file mode 100644 index 088098cfcc..0000000000 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Card Services for Linux is a complete PCMCIA support package." -SECTION = "base" -PRIORITY = "optional" -LICENSE = "GPL" -RDEPENDS = "busybox modutils-depmod" - -SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/pcmcia-cs-${PV}.tar.gz" - -inherit module - -do_configure() { - ./Configure --kernel="${KERNEL_SOURCE}" --noprompt --sysv --nopnp --rcdir=${sysconfdir} --arch="${ARCH}" \ - --srctree --nocardbus --ucc="${CC}" --ld="${LD}" --uflags="${CFLAGS}" --target=. - oe_runmake HAS_XPM= FLIBS="" XMANDIR="" DIRS="cardmgr etc flash" -} - -do_install() { - install -d ${D}/${sbindir} - for f in cardmgr/cardctl cardmgr/cardmgr cardmgr/ide_info cardmgr/ifport cardmgr/ifuser cardmgr/pcinitrd flash/ftl_check flash/ftl_format - do - install -m 0755 $f ${D}/${sbindir}/ - done - install -d ${D}/${sysconfdir}/init.d \ - ${D}/${sysconfdir}/pcmcia - cp -a etc/* ${D}/${sysconfdir}/pcmcia/ - install -m 0755 etc/rc.pcmcia ${D}/${sysconfdir}/init.d/pcmcia -} - -FILES_${PN} = "${sbindir} ${sysconfdir}" |