aboutsummaryrefslogtreecommitdiffstats
path: root/pcmcia-cs
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-18 19:34:23 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-18 19:34:23 +0000
commit3c19ed8150fc5961fcade07607755d83e29ad09d (patch)
treebeb919a60434a36a0827786d5f2a9b55ad6a7d19 /pcmcia-cs
parent59acc8b6401e61d6a581d257e940aa52af1dc0e2 (diff)
downloadopenembedded-3c19ed8150fc5961fcade07607755d83e29ad09d.tar.gz
the reborn pcmcia utilities
BKrev: 40aa653fX8mQnldDeFcj6ZQAq5gNXw
Diffstat (limited to 'pcmcia-cs')
-rw-r--r--pcmcia-cs/pcmcia-cs_3.2.7.oe29
-rw-r--r--pcmcia-cs/pcmcia-utilities_3.2.7.oe0
2 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}"
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
--- /dev/null
+++ b/pcmcia-cs/pcmcia-utilities_3.2.7.oe