summaryrefslogtreecommitdiff
path: root/meta/packages/pcmciautils/pcmciautils.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-26 08:42:16 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-26 08:42:16 +0000
commit3abd842df0b0fce1960ff8db216f7076b07af7eb (patch)
tree3658290d6cd7623b7b59da4ae51ee3cbceb98ddf /meta/packages/pcmciautils/pcmciautils.inc
parent80c6eb07610e8eed91afaa5ded84596e12b10fc4 (diff)
downloadopenembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.gz
openembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.bz2
openembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.xz
openembedded-core-3abd842df0b0fce1960ff8db216f7076b07af7eb.zip
pcmciautils: upgraded to 014, synced with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1998 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pcmciautils/pcmciautils.inc')
-rw-r--r--meta/packages/pcmciautils/pcmciautils.inc29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/packages/pcmciautils/pcmciautils.inc b/meta/packages/pcmciautils/pcmciautils.inc
new file mode 100644
index 000000000..1df39549d
--- /dev/null
+++ b/meta/packages/pcmciautils/pcmciautils.inc
@@ -0,0 +1,29 @@
+DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
+DEPENDS = "sysfsutils"
+RDEPENDS = "udev module-init-tools"
+HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
+SECTION = "kernel/userland"
+PRIORITY = "optional"
+
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"
+
+S = "${WORKDIR}/pcmciautils-${PV}"
+
+export HOSTCC = "${BUILD_CC}"
+export etcdir = "${sysconfdir}"
+export sbindir = "${base_sbindir}"
+export pcmciaconfdir = "${sysconfdir}/pcmcia"
+export udevrulesdir = "${sysconfdir}/udev/rules.d"
+export UDEV = "1"
+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"