From: Richard Purdie Date: Tue, 20 Sep 2005 22:19:09 +0000 (+0000) Subject: pcmciautils: Install the binaries into the correct place. Remove coldplug references... X-Git-Tag: Release-2010-05/1~9453^2~3474^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bf5ebfd2b45921dc5d3aa152a137105f704bd8;p=openembedded.git pcmciautils: Install the binaries into the correct place. Remove coldplug references as they now just create errors. Add dependency on module-init-tools - when busybox's modprobe expands to cover pcmcia alias handling, this can be removed. --- diff --git a/packages/pcmciautils/pcmciautils_010.bb b/packages/pcmciautils/pcmciautils_010.bb index f619a98235..385ccd9d95 100644 --- a/packages/pcmciautils/pcmciautils_010.bb +++ b/packages/pcmciautils/pcmciautils_010.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Linux Kernel 2.6 Userland Utilities for the PCMCIA Subsystem" DEPENDS = "sysfsutils udev" -RDEPENDS = "udev" +RDEPENDS = "udev module-init-tools" HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" SECTION = "kernel/userland" PRIORITY = "optional" @@ -8,15 +8,11 @@ PRIORITY = "optional" SRC_URI = "http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${PV}.tar.bz2" S = "${WORKDIR}/pcmciautils-${PV}" -PR = "r1" - -inherit update-rc.d - -INITSCRIPT_NAME = "coldplug" -INITSCRIPT_PARAMS = "defaults" +PR = "r2" export HOSTCC = "${BUILD_CC}" export etcdir = "${sysconfdir}" +export sbindir = "${base_sbindir}" export pcmciaconfdir = "${sysconfdir}/pcmcia" export udevrulesdir = "${sysconfdir}/udev/rules.d" export UDEV = 1