diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-08 14:37:01 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-08 14:37:01 +0000 |
commit | 14b60d1e195fcffe0e9a88dbc0aa350528d60931 (patch) | |
tree | cdf7e9c45486a64fab27d61ff8452e075d7fc91b /pcmcia-cs | |
parent | d385fc07cb71f454a769a33dab3eff40e4bd5ec9 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/08/08 16:36:53+02:00 uni-frankfurt.de!mickey
add bitchx. needs more packaging work
2004/08/08 16:20:24+02:00 uni-frankfurt.de!mickey
upgrade pcmcia-cs to 3.2.8
BKrev: 41163a8d6Rt4t_JktjPgt1H7D-YgCA
Diffstat (limited to 'pcmcia-cs')
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch (renamed from pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch) | 0 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.8/ide.opts (renamed from pcmcia-cs/pcmcia-cs-3.2.7/ide.opts) | 0 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.8/network.patch (renamed from pcmcia-cs/pcmcia-cs-3.2.7/network.patch) | 0 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts (renamed from pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts) | 0 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 76 | ||||
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.8.oe | 0 |
6 files changed, 0 insertions, 76 deletions
diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch b/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch index e69de29bb2..e69de29bb2 100644 --- a/pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch +++ b/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/ide.opts b/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts index e69de29bb2..e69de29bb2 100644 --- a/pcmcia-cs/pcmcia-cs-3.2.7/ide.opts +++ b/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/network.patch b/pcmcia-cs/pcmcia-cs-3.2.8/network.patch index e69de29bb2..e69de29bb2 100644 --- a/pcmcia-cs/pcmcia-cs-3.2.7/network.patch +++ b/pcmcia-cs/pcmcia-cs-3.2.8/network.patch diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts b/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts index e69de29bb2..e69de29bb2 100644 --- a/pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts +++ b/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts 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 a81b0f7196..0000000000 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ /dev/null @@ -1,76 +0,0 @@ -DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services" -SECTION = "base" -PRIORITY = "required" -LICENSE = "GPL" -DEPENDS = "virtual/kernel" -PR = "r3" - -SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ - file://busybox.patch;patch=1 \ - file://network.patch;patch=1 \ - file://ide.opts \ - file://wireless.opts" -S = "${WORKDIR}/pcmcia-cs-${PV}" - -INITSCRIPT_NAME = "pcmcia" -INITSCRIPT_PARAMS = "defaults" - -inherit update-rc.d - -export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')} - -sbindir = "/sbin" - -do_configure() { - touch .prereq.ok - touch config.out - cat >config.mk <<EOF -UCC=${CC} -UFLAGS=${CFLAGS} -I${S}/include -HAS_WORDEXP=y -SYSV_INIT=y -RC_DIR=/etc -CONFIG_PNP_BIOS=n -ARCH=${ARCH} -CONFIG_CARDBUS=n -CONFIG_PCMCIA=y -CONFIG_INET=y -CONFIG_SCSI=y -DO_IDE=y -EOF - cat >include/pcmcia/autoconf.h <<EOF -#define HAS_WORDEXP 1 -EOF -} - -do_compile() { - oe_runmake all HAS_XPM= FLIBS="" XMANDIR="" -} - -INSTALL_ETC = "ftl ide ieee1394 memory network parport scsi serial wireless" -INSTALL_ETC_DATA = "config config.opts ftl.opts ieee1394.opts memory.opts network.opts parport.opts scsi.opts serial.opts shared" - -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 \ - ${D}/${sysconfdir}/pcmcia/cis - for i in ${INSTALL_ETC}; do - install etc/${i} ${D}/${sysconfdir}/pcmcia/ - done - for i in ${INSTALL_ETC_DATA}; do - install -m 0644 etc/${i} ${D}/${sysconfdir}/pcmcia/ - done - install -m 0644 ${WORKDIR}/ide.opts ${D}/${sysconfdir}/pcmcia/ - install -m 0644 ${WORKDIR}/wireless.opts ${D}/${sysconfdir}/pcmcia/ - for i in etc/cis/*; do - install -m 0644 $i ${D}/${sysconfdir}/pcmcia/cis/ - done - install -m 0755 etc/rc.pcmcia ${D}/${sysconfdir}/init.d/pcmcia -} - -FILES_${PN} = "${sbindir} ${sysconfdir}" diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe |