From 3c19ed8150fc5961fcade07607755d83e29ad09d Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 18 May 2004 19:34:23 +0000 Subject: the reborn pcmcia utilities BKrev: 40aa653fX8mQnldDeFcj6ZQAq5gNXw --- pcmcia-cs/pcmcia-cs_3.2.7.oe | 29 ----------------------------- pcmcia-cs/pcmcia-utilities_3.2.7.oe | 0 2 files changed, 29 deletions(-) delete mode 100644 pcmcia-cs/pcmcia-cs_3.2.7.oe create mode 100644 pcmcia-cs/pcmcia-utilities_3.2.7.oe (limited to 'pcmcia-cs') 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}" diff --git a/pcmcia-cs/pcmcia-utilities_3.2.7.oe b/pcmcia-cs/pcmcia-utilities_3.2.7.oe new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3