diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-26 20:32:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-05-26 20:32:14 +0000 |
commit | d1ab9a58cfaf74ee20fce96b1ca9a39fc12da931 (patch) | |
tree | 99a258b9e3f6b79be8ed6401fc09567f30fce9c0 | |
parent | 7bfa7e5ede0846b93e339f3a7a9402c2d51e2d9a (diff) |
pcmcia-cs: all tools should be in /sbin/
BKrev: 40b4fecejoHcJR2IHdPxlca4U2EJsA
-rw-r--r-- | pcmcia-cs/pcmcia-cs_3.2.7.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe index c4fbdb5391..5cb21eb02e 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.7.oe @@ -9,6 +9,8 @@ S = "${WORKDIR}/pcmcia-cs-${PV}" export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')} +sbindir = "/sbin" + do_configure() { ./Configure --noprompt --sysv --nopnp --rcdir=${sysconfdir} --arch="${ARCH}" --kernel="${KERNEL_SOURCE}" \ --srctree --nocardbus --ucc="${CC}" --ld="${LD}" --uflags="${CFLAGS}" --target=. |