summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/pcmciautils
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-22 22:02:48 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-22 22:02:48 +0000
commit26a96fc12fb2df9e965087589da2ed6a3e39b5e4 (patch)
treeaa162fa89439bae50782e2528b02ed2a407c3131 /openembedded/packages/pcmciautils
parentd18457f094de8532eb8921991303032cdb345fe9 (diff)
downloadpoky-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.bb12
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 @@
1DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" 1DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem"
2DEPENDS = "sysfsutils udev" 2DEPENDS = "sysfsutils udev module-init-tools"
3RDEPENDS = "udev" 3RDEPENDS = "udev module-init-tools"
4HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" 4HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
5SECTION = "kernel/userland" 5SECTION = "kernel/userland"
6PRIORITY = "optional" 6PRIORITY = "optional"
@@ -8,15 +8,11 @@ PRIORITY = "optional"
8SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" 8SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2"
9S = "${WORKDIR}/pcmciautils-${PV}" 9S = "${WORKDIR}/pcmciautils-${PV}"
10 10
11PR = "r1" 11PR = "r3"
12
13inherit update-rc.d
14
15INITSCRIPT_NAME = "coldplug"
16INITSCRIPT_PARAMS = "defaults"
17 12
18export HOSTCC = "${BUILD_CC}" 13export HOSTCC = "${BUILD_CC}"
19export etcdir = "${sysconfdir}" 14export etcdir = "${sysconfdir}"
15export sbindir = "${base_sbindir}"
20export pcmciaconfdir = "${sysconfdir}/pcmcia" 16export pcmciaconfdir = "${sysconfdir}/pcmcia"
21export udevrulesdir = "${sysconfdir}/udev/rules.d" 17export udevrulesdir = "${sysconfdir}/udev/rules.d"
22export UDEV = 1 18export UDEV = 1