From 511a68cecc3e0f544ba539fe3db38027cfbaa64f Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 15 Aug 2004 11:07:28 +0000 Subject: [PATCH] Merge bk://openembedded@openembedded.bkbits.net/packages into stealth.(none):/home/pb/oe/oe-packages 2004/08/15 13:06:41+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/08/15 13:06:32+02:00 uni-frankfurt.de!mickey Qt/Embedded: Fix all kinds of strange effects caused by conditionals in structures. We now unconditionally define QT_NO_QWS_CURSOR and QT_NO_QWS_MOUSE_AUTO. 2004/08/15 12:56:05+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/08/15 02:11:30+02:00 uni-frankfurt.de!mickey pcmcia-cs: add network.conf for files not listed in the upstream network file BKrev: 411f43f0D55gz2Fx3dnn3hK4nC-i6w --- .../{ltrace_0.3.34.oe => ltrace_0.3.35.oe} | 0 pcmcia-cs/files/network.conf | 0 pcmcia-cs/pcmcia-cs_3.2.8.oe | 78 ++++++++++++++ qte/qte-2.3.7/qpe.patch | 100 ++++++++++++++++++ qte/qte_2.3.7.oe | 2 +- 5 files changed, 179 insertions(+), 1 deletion(-) rename nonworking/ltrace/{ltrace_0.3.34.oe => ltrace_0.3.35.oe} (100%) create mode 100644 pcmcia-cs/files/network.conf diff --git a/nonworking/ltrace/ltrace_0.3.34.oe b/nonworking/ltrace/ltrace_0.3.35.oe similarity index 100% rename from nonworking/ltrace/ltrace_0.3.34.oe rename to nonworking/ltrace/ltrace_0.3.35.oe diff --git a/pcmcia-cs/files/network.conf b/pcmcia-cs/files/network.conf new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pcmcia-cs/pcmcia-cs_3.2.8.oe b/pcmcia-cs/pcmcia-cs_3.2.8.oe index e69de29bb2..433092e8da 100644 --- a/pcmcia-cs/pcmcia-cs_3.2.8.oe +++ b/pcmcia-cs/pcmcia-cs_3.2.8.oe @@ -0,0 +1,78 @@ +DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services" +SECTION = "base" +PRIORITY = "required" +LICENSE = "GPL" +DEPENDS = "virtual/kernel" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \ + file://busybox.patch;patch=1 \ + file://network.patch;patch=1 \ + file://ide.opts \ + file://wireless.opts \ + file://network.conf" +S = "${WORKDIR}/pcmcia-cs-${PV}" + +INITSCRIPT_NAME = "pcmcia" +INITSCRIPT_PARAMS = "defaults" + +inherit update-rc.d + +export KERNEL_SOURCE = ${@base_read_file('${STAGING_DIR}/${HOST_SYS}/kernel/kernel-source')} + +sbindir = "/sbin" + +do_configure() { + touch .prereq.ok + touch config.out + cat >config.mk <include/pcmcia/autoconf.h <