diff options
| author | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2005-09-22 22:02:48 +0000 |
| commit | 26a96fc12fb2df9e965087589da2ed6a3e39b5e4 (patch) | |
| tree | aa162fa89439bae50782e2528b02ed2a407c3131 /openembedded/packages/pcmciautils | |
| parent | d18457f094de8532eb8921991303032cdb345fe9 (diff) | |
| download | poky-26a96fc12fb2df9e965087589da2ed6a3e39b5e4.tar.gz | |
Updates against mainline OE to fix various issues and make builds work again as a couple of poky changes got lost
git-svn-id: https://svn.o-hand.com/repos/poky@29 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/pcmciautils')
| -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 |
