From 14b60d1e195fcffe0e9a88dbc0aa350528d60931 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 8 Aug 2004 14:37:01 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/08 16:36:53+02:00 uni-frankfurt.de!mickey add bitchx. needs more packaging work 2004/08/08 16:20:24+02:00 uni-frankfurt.de!mickey upgrade pcmcia-cs to 3.2.8 BKrev: 41163a8d6Rt4t_JktjPgt1H7D-YgCA --- bitchx/bitchx_1.1.oe | 0 evoak/evoak_0.0.1.oe | 26 +++++++++++ pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch | 0 pcmcia-cs/pcmcia-cs-3.2.7/ide.opts | 0 pcmcia-cs/pcmcia-cs-3.2.7/network.patch | 0 pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts | 0 pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch | 0 pcmcia-cs/pcmcia-cs-3.2.8/ide.opts | 0 pcmcia-cs/pcmcia-cs-3.2.8/network.patch | 0 pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts | 0 pcmcia-cs/pcmcia-cs_3.2.7.oe | 76 --------------------------------- pcmcia-cs/pcmcia-cs_3.2.8.oe | 0 12 files changed, 26 insertions(+), 76 deletions(-) create mode 100644 bitchx/bitchx_1.1.oe delete mode 100644 pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch delete mode 100644 pcmcia-cs/pcmcia-cs-3.2.7/ide.opts delete mode 100644 pcmcia-cs/pcmcia-cs-3.2.7/network.patch delete mode 100644 pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts create mode 100644 pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch create mode 100644 pcmcia-cs/pcmcia-cs-3.2.8/ide.opts create mode 100644 pcmcia-cs/pcmcia-cs-3.2.8/network.patch create mode 100644 pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts delete mode 100644 pcmcia-cs/pcmcia-cs_3.2.7.oe create mode 100644 pcmcia-cs/pcmcia-cs_3.2.8.oe diff --git a/bitchx/bitchx_1.1.oe b/bitchx/bitchx_1.1.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/evoak/evoak_0.0.1.oe b/evoak/evoak_0.0.1.oe index e69de29bb2..cf7952f67b 100644 --- a/evoak/evoak_0.0.1.oe +++ b/evoak/evoak_0.0.1.oe @@ -0,0 +1,26 @@ +HOMEPAGE = "http://www.enlightenment.org" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "ecore evas edje embryo eet" + +SRC_URI = "http://www.rasterman.com/files/evoak-${PV}.tar.gz" +S = "${WORKDIR}/evoak-${PV}" + +inherit autotools binconfig + +export EET_CONFIG = "${STAGING_BINDIR}/eet-config" +export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config" +export EDJE_CONFIG = "${STAGING_BINDIR}/edje-config" +export EMBRYO_CONFIG = "${STAGING_BINDIR}/embryo-config" +export ECORE_CONFIG = "${STAGING_BINDIR}/ecore-config" + +#FIXME: evoak fails to build, because it doesn't realize that +#our ecore was built without X support. Ecore should really +#be installing a copy of its config.h, and Evoak should be +#ifdefing blocks of code based on the ecore build options. +BROKEN = "1" + +do_stage () { + oe_libinstall -C src/lib libvoak ${STAGING_LIBDIR}/ + install -m 0644 ${S}/src/lib/Evoak.h ${STAGING_INCDIR}/ +} diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch b/pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/ide.opts b/pcmcia-cs/pcmcia-cs-3.2.7/ide.opts deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/network.patch b/pcmcia-cs/pcmcia-cs-3.2.7/network.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts b/pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch b/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts b/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pcmcia-cs/pcmcia-cs-3.2.8/network.patch b/pcmcia-cs/pcmcia-cs-3.2.8/network.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts b/pcmcia-cs/pcmcia-cs-3.2.8/wireless.opts new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pcmcia-cs/pcmcia-cs_3.2.7.oe b/pcmcia-cs/pcmcia-cs_3.2.7.oe deleted file mode 100644 index a81b0f7196..0000000000 --- a/pcmcia-cs/pcmcia-cs_3.2.7.oe +++ /dev/null @@ -1,76 +0,0 @@ -DESCRIPTION = "Utilities and system configuration files for the Linux PCMCIA card services" -SECTION = "base" -PRIORITY = "required" -LICENSE = "GPL" -DEPENDS = "virtual/kernel" -PR = "r3" - -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" -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 <