diff options
author | Rene Wagner <rw@handhelds.org> | 2005-08-27 00:35:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-27 00:35:47 +0000 |
commit | c9310255bcef16e59907891f5ef65a897bd52297 (patch) | |
tree | 8202942e8390597aa917e22fc0de92b109611d79 /packages/pcmciautils/pcmciautils_007.bb | |
parent | 5da3f4af1e4e6b558b6249b9db7ba89306ed9db2 (diff) | |
parent | bfe154780c963a74e76688b840786da3ffe3fbe2 (diff) |
merge of bdbeb53fb07854a8484b17504b9ab11113e0fe51
and fda50be34c5e8aeb2a40fcb38520b83eea2db043
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" |