diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-08-24 18:16:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 18:16:14 +0000 |
commit | 227d9e38b2b3cbb320551706159a285461ef9742 (patch) | |
tree | 271b9fb973ed80f3057d90d2927ae60040081b15 /packages/pcmciautils/pcmciautils_007.bb | |
parent | 2ca9a3237a98beb6ab96ceb9b529da6b65cca154 (diff) |
updated pcmciautils to 007
Diffstat (limited to 'packages/pcmciautils/pcmciautils_007.bb')
-rw-r--r-- | packages/pcmciautils/pcmciautils_007.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/pcmciautils/pcmciautils_007.bb b/packages/pcmciautils/pcmciautils_007.bb new file mode 100644 index 0000000000..ad8cf7e2f4 --- /dev/null +++ b/packages/pcmciautils/pcmciautils_007.bb @@ -0,0 +1,29 @@ +DESCRIPTION = "2.6 pcmcia utilities" +DEPENDS = "sysfsutils" +SECTION = "kernel/userland" +PRIORITY = "optional" + +SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" +S = "${WORKDIR}/pcmciautils-${PV}" + +inherit update-rc.d + +INITSCRIPT_NAME = "coldplug" +INITSCRIPT_PARAMS = "defaults" + +export HOSTCC = "${BUILD_CC}" +export etcdir = "${sysconfdir}" +export hotplugdir = "${sysconfdir}/hotplug" +export pcmciaconfdir = "${sysconfdir}/pcmcia" +LD = "${CC}" +CFLAGS =+ "-I${S}/src" + +PARALLEL_MAKE = "" +EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs'" + +do_install () { + oe_runmake 'DESTDIR=${D}' install +} + +CONFFILES_${PN} += "${sysconfdir}/pcmcia/config.opts" +RCONFLICTS_${PN} += "pcmcia-cs" |