From 14b60d1e195fcffe0e9a88dbc0aa350528d60931 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 8 Aug 2004 14:37:01 +0000 Subject: [PATCH] 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 --- .../busybox.patch => bitchx/bitchx_1.1.oe | 0 evoak/evoak_0.0.1.oe | 26 +++++++ .../busybox.patch} | 0 .../ide.opts} | 0 .../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 8 files changed, 26 insertions(+), 76 deletions(-) rename pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch => bitchx/bitchx_1.1.oe (100%) rename pcmcia-cs/{pcmcia-cs-3.2.7/ide.opts => pcmcia-cs-3.2.8/busybox.patch} (100%) rename pcmcia-cs/{pcmcia-cs-3.2.7/network.patch => pcmcia-cs-3.2.8/ide.opts} (100%) rename pcmcia-cs/{pcmcia-cs-3.2.7/wireless.opts => pcmcia-cs-3.2.8/network.patch} (100%) 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/pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch b/bitchx/bitchx_1.1.oe similarity index 100% rename from pcmcia-cs/pcmcia-cs-3.2.7/busybox.patch rename to bitchx/bitchx_1.1.oe 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/ide.opts b/pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch similarity index 100% rename from pcmcia-cs/pcmcia-cs-3.2.7/ide.opts rename to pcmcia-cs/pcmcia-cs-3.2.8/busybox.patch diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/network.patch b/pcmcia-cs/pcmcia-cs-3.2.8/ide.opts similarity index 100% rename from pcmcia-cs/pcmcia-cs-3.2.7/network.patch rename to pcmcia-cs/pcmcia-cs-3.2.8/ide.opts diff --git a/pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts b/pcmcia-cs/pcmcia-cs-3.2.8/network.patch similarity index 100% rename from pcmcia-cs/pcmcia-cs-3.2.7/wireless.opts rename to pcmcia-cs/pcmcia-cs-3.2.8/network.patch 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 <