diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-26 08:42:16 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-26 08:42:16 +0000 |
commit | 3abd842df0b0fce1960ff8db216f7076b07af7eb (patch) | |
tree | 3658290d6cd7623b7b59da4ae51ee3cbceb98ddf /meta/packages/pcmciautils/pcmciautils.inc | |
parent | 80c6eb07610e8eed91afaa5ded84596e12b10fc4 (diff) | |
download | poky-3abd842df0b0fce1960ff8db216f7076b07af7eb.tar.gz |
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.inc | 29 |
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 0000000000..1df39549dc --- /dev/null +++ b/meta/packages/pcmciautils/pcmciautils.inc | |||
@@ -0,0 +1,29 @@ | |||
1 | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" | ||
2 | DEPENDS = "sysfsutils" | ||
3 | RDEPENDS = "udev module-init-tools" | ||
4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" | ||
5 | SECTION = "kernel/userland" | ||
6 | PRIORITY = "optional" | ||
7 | |||
8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" | ||
9 | |||
10 | S = "${WORKDIR}/pcmciautils-${PV}" | ||
11 | |||
12 | export HOSTCC = "${BUILD_CC}" | ||
13 | export etcdir = "${sysconfdir}" | ||
14 | export sbindir = "${base_sbindir}" | ||
15 | export pcmciaconfdir = "${sysconfdir}/pcmcia" | ||
16 | export udevrulesdir = "${sysconfdir}/udev/rules.d" | ||
17 | export UDEV = "1" | ||
18 | LD = "${CC}" | ||
19 | CFLAGS =+ "-I${S}/src" | ||
20 | |||
21 | PARALLEL_MAKE = "" | ||
22 | EXTRA_OEMAKE = "-e 'STRIP=echo' 'LIB_OBJS=-lc -lsysfs'" | ||
23 | |||
24 | do_install () { | ||
25 | oe_runmake 'DESTDIR=${D}' install | ||
26 | } | ||
27 | |||
28 | CONFFILES_${PN} += "${sysconfdir}/pcmcia/config.opts" | ||
29 | RCONFLICTS_${PN} += "pcmcia-cs" | ||