diff options
Diffstat (limited to 'openembedded/packages/pcmciautils/pcmciautils_010.bb')
-rw-r--r-- | openembedded/packages/pcmciautils/pcmciautils_010.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/openembedded/packages/pcmciautils/pcmciautils_010.bb b/openembedded/packages/pcmciautils/pcmciautils_010.bb index f619a98235..8045a0e442 100644 --- a/openembedded/packages/pcmciautils/pcmciautils_010.bb +++ b/openembedded/packages/pcmciautils/pcmciautils_010.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" | 1 | DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" |
2 | DEPENDS = "sysfsutils udev" | 2 | DEPENDS = "sysfsutils udev module-init-tools" |
3 | RDEPENDS = "udev" | 3 | RDEPENDS = "udev module-init-tools" |
4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" | 4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" |
5 | SECTION = "kernel/userland" | 5 | SECTION = "kernel/userland" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
@@ -8,15 +8,11 @@ PRIORITY = "optional" | |||
8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" | 8 | SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" |
9 | S = "${WORKDIR}/pcmciautils-${PV}" | 9 | S = "${WORKDIR}/pcmciautils-${PV}" |
10 | 10 | ||
11 | PR = "r1" | 11 | PR = "r3" |
12 | |||
13 | inherit update-rc.d | ||
14 | |||
15 | INITSCRIPT_NAME = "coldplug" | ||
16 | INITSCRIPT_PARAMS = "defaults" | ||
17 | 12 | ||
18 | export HOSTCC = "${BUILD_CC}" | 13 | export HOSTCC = "${BUILD_CC}" |
19 | export etcdir = "${sysconfdir}" | 14 | export etcdir = "${sysconfdir}" |
15 | export sbindir = "${base_sbindir}" | ||
20 | export pcmciaconfdir = "${sysconfdir}/pcmcia" | 16 | export pcmciaconfdir = "${sysconfdir}/pcmcia" |
21 | export udevrulesdir = "${sysconfdir}/udev/rules.d" | 17 | export udevrulesdir = "${sysconfdir}/udev/rules.d" |
22 | export UDEV = 1 | 18 | export UDEV = 1 |