aboutsummaryrefslogtreecommitdiffstats
path: root/pcmcia-cs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /pcmcia-cs
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'pcmcia-cs')
-rw-r--r--pcmcia-cs/pcmcia-cs_3.2.7.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe
index cc2d349a8f..f0509bd172 100644
--- a/pcmcia-cs/pcmcia-cs_3.2.7.oe
+++ b/pcmcia-cs/pcmcia-cs_3.2.7.oe
@@ -4,12 +4,12 @@ PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS = "modutils psmisc"
-SRC_URI = http://pcmcia-cs.sourceforge.net/ftp/${P}.tar.gz
+SRC_URI = "http://pcmcia-cs.sourceforge.net/ftp/pcmcia-cs-${PV}.tar.gz"
inherit module
do_configure() {
- ./Configure --kernel="${KERNEL_SOURCE}" --noprompt --sysv --nopnp --rcdir=/etc --arch="${ARCH}" \
+ ./Configure --kernel="${KERNEL_SOURCE}" --noprompt --sysv --nopnp --rcdir=${sysconfdir} --arch="${ARCH}" \
--srctree --nocardbus --ucc="${CC}" --ld="${LD}" --uflags="${CFLAGS}" --target=.
chmod ug+rw /etc/*
oe_runmake HAS_XPM= FLIBS="" XMANDIR="" DIRS="cardmgr etc flash"
@@ -19,11 +19,11 @@ do_install() {
install -d ${D}/${sbindir}/
for f in cardmgr/cardctl cardmgr/cardmgr cardmgr/ide_info cardmgr/ifport cardmgr/ifuser cardmgr/pcinitrd flash/ftl_check flash/ftl_format
do
- install -m 0755 ${f} ${D}/${sbindir}/
+ install -m 0755 $f ${D}/${sbindir}/
done
install -d ${D}/${sysconfdir}/{init.d,pcmcia}
cp -a etc/* ${D}/${sysconfdir}/pcmcia/
install -m 0755 etc/rc.pcmcia ${D}/${sysconfdir}/init.d/pcmcia
}
-FILES_${PN}=${sbindir} ${sysconfdir}
+FILES_${PN} = "${sbindir} ${sysconfdir}"