# FIXME, consider using kernel staging directory instead of KERNEL_SOURCE which is # located in the work directory. see module.bbclass DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services" SECTION = "base" PRIORITY = "required" LICENSE = "GPL" DEPENDS = "virtual/kernel" RDEPENDS = "hostap-conf orinoco-conf" PR = "r28" SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ file://busybox.patch;patch=1 \ file://network.patch;patch=1 \ file://pcic-extra.patch;patch=1 \ file://automount.patch;patch=1 \ file://ratoc-cfu1u.patch;patch=1 \ file://no-hostap-cards.patch;patch=1 \ file://gcc4_fixes.patch;patch=1 \ file://pcmcia \ file://ide.opts \ file://wireless.opts \ file://network.conf \ file://wnv.conf" SRC_URI_append_spitz = " file://nocleanup.patch;patch=1" SRC_URI_append_sh3 = " file://superh-noO3.patch;patch=1" S = "${WORKDIR}/pcmcia-cs-${PV}" INITSCRIPT_NAME = "pcmcia" INITSCRIPT_PARAMS = "defaults" inherit update-rc.d module-base export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-source')}" sbindir = "/sbin" do_configure() { touch .prereq.ok touch config.out cat >config.mk <include/pcmcia/autoconf.h <> ${D}${sysconfdir}/pcmcia/config.opts 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 install -d ${D}${sysconfdir}/sysconfig install -m 0755 ${WORKDIR}/pcmcia ${D}${sysconfdir}/sysconfig/pcmcia } PACKAGES =+ "${PN}-ftl ${PN}-pcinitrd" FILES_${PN} = "${sbindir} ${sysconfdir}" FILES_${PN}-ftl = "/sbin/ftl_format /sbin/ftl_check /etc/pcmcia/ftl*" FILES_${PN}-pcinitrd = "/sbin/pcinitrd" SRC_URI[md5sum] = "0d6d65be8896eff081aee996049afaa5" SRC_URI[sha256sum] = "ef93921e8555862df4c24b1c357430ff3d5ba1d3b6b7e324862ea37b511270c0"