From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- hostap/hostap-daemon_0.2.4.bb | 0 hostap/hostap-daemon_0.2.4.oe | 17 --------- hostap/hostap-modules_0.1.3.bb | 0 hostap/hostap-modules_0.1.3.oe | 26 ------------- hostap/hostap-modules_0.2.0.bb | 0 hostap/hostap-modules_0.2.0.oe | 25 ------------ hostap/hostap-modules_0.2.4.bb | 0 hostap/hostap-modules_0.2.4.oe | 42 -------------------- hostap/hostap-modules_0.2.5.bb | 0 hostap/hostap-modules_0.2.5.oe | 59 ----------------------------- hostap/hostap-utils_0.2.4.bb | 0 hostap/hostap-utils_0.2.4.oe | 23 ----------- hostap/hostap-wpa-supplicant-nossl_0.2.5.bb | 0 hostap/hostap-wpa-supplicant-nossl_0.2.5.oe | 0 hostap/hostap-wpa-supplicant-ssl_0.2.5.bb | 0 hostap/hostap-wpa-supplicant-ssl_0.2.5.oe | 0 16 files changed, 192 deletions(-) create mode 100644 hostap/hostap-daemon_0.2.4.bb delete mode 100644 hostap/hostap-daemon_0.2.4.oe create mode 100644 hostap/hostap-modules_0.1.3.bb delete mode 100644 hostap/hostap-modules_0.1.3.oe create mode 100644 hostap/hostap-modules_0.2.0.bb delete mode 100644 hostap/hostap-modules_0.2.0.oe create mode 100644 hostap/hostap-modules_0.2.4.bb delete mode 100644 hostap/hostap-modules_0.2.4.oe create mode 100644 hostap/hostap-modules_0.2.5.bb delete mode 100644 hostap/hostap-modules_0.2.5.oe create mode 100644 hostap/hostap-utils_0.2.4.bb delete mode 100644 hostap/hostap-utils_0.2.4.oe create mode 100644 hostap/hostap-wpa-supplicant-nossl_0.2.5.bb delete mode 100644 hostap/hostap-wpa-supplicant-nossl_0.2.5.oe create mode 100644 hostap/hostap-wpa-supplicant-ssl_0.2.5.bb delete mode 100644 hostap/hostap-wpa-supplicant-ssl_0.2.5.oe (limited to 'hostap') diff --git a/hostap/hostap-daemon_0.2.4.bb b/hostap/hostap-daemon_0.2.4.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-daemon_0.2.4.oe b/hostap/hostap-daemon_0.2.4.oe deleted file mode 100644 index 059a7acbe8..0000000000 --- a/hostap/hostap-daemon_0.2.4.oe +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "User space daemon for extended IEEE 802.11 management" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/userland" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -RDEPENDS = "hostap-modules (${PV}) hostap-utils (${PV})" - -SRC_URI = "http://hostap.epitest.fi/releases/hostapd-${PV}.tar.gz" -S = "${WORKDIR}/hostapd-${PV}" - -do_install() { - install -d ${D}/${sysconfdir} ${D}/${bindir} - install -m 0644 hostapd.conf ${D}/${sysconfdir}/ - install -m 0755 hostapd ${D}/${bindir} -} - diff --git a/hostap/hostap-modules_0.1.3.bb b/hostap/hostap-modules_0.1.3.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-modules_0.1.3.oe b/hostap/hostap-modules_0.1.3.oe deleted file mode 100644 index 41d68da7ce..0000000000 --- a/hostap/hostap-modules_0.1.3.oe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf" -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -MAKE_TARGETS = "hostap pccard" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - install -m 0755 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/ - install -m 0755 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/ - install -m 0755 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 driver/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf - cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf - -} diff --git a/hostap/hostap-modules_0.2.0.bb b/hostap/hostap-modules_0.2.0.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-modules_0.2.0.oe b/hostap/hostap-modules_0.2.0.oe deleted file mode 100644 index aa7e7f2efe..0000000000 --- a/hostap/hostap-modules_0.2.0.oe +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf" -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -MAKE_TARGETS = "hostap pccard" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - install -m 0644 driver/modules/hostap_crypt_wep.o ${D}/lib/modules/${KERNEL_VERSION}/net/ - install -m 0644 driver/modules/hostap.o ${D}/lib/modules/${KERNEL_VERSION}/net/ - install -m 0644 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 driver/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf - cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf -} diff --git a/hostap/hostap-modules_0.2.4.bb b/hostap/hostap-modules_0.2.4.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-modules_0.2.4.oe b/hostap/hostap-modules_0.2.4.oe deleted file mode 100644 index 8e7638f227..0000000000 --- a/hostap/hostap-modules_0.2.4.oe +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf \ - file://Makefile.patch;patch=1" -SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \ - file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" - -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -# Hack Alert :D -ARCH_mipsel = "mips" -MAKE_TARGETS = "KERNEL_PATH=${KERNEL_SOURCE} MAKE='make -e'" - -NET_MODULES = "hostap.o hostap_pci.o hostap_crypt_ccmp.o hostap_crypt_tkip.o hostap_crypt_wep.o" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - for i in ${NET_MODULES} - do - install -m 0644 driver/modules/$i ${D}/lib/modules/${KERNEL_VERSION}/net/ - done - install -m 0644 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 driver/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf - cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf -} - -PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules" -FILES_hostap-modules-cs = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/" -FILES_hostap-modules-pci = "/lib/modules/${KERNEL_VERSION}/net/hostap_pci.o" -FILES_hostap-modules = "/lib/modules/" -RDEPENDS_hostap-modules-cs = "hostap-modules" -RDEPENDS_hostap-modules-pci = "hostap-modules" diff --git a/hostap/hostap-modules_0.2.5.bb b/hostap/hostap-modules_0.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-modules_0.2.5.oe b/hostap/hostap-modules_0.2.5.oe deleted file mode 100644 index 729f2d50bd..0000000000 --- a/hostap/hostap-modules_0.2.5.oe +++ /dev/null @@ -1,59 +0,0 @@ -DESCRIPTION = "A driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/modules" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -PR = "r5" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-driver-${PV}.tar.gz \ - file://hostap_cs.conf \ - file://Makefile.patch;patch=1" -SRC_URI_append_mtx-1 = " file://mtx_compat.diff;patch=1;pnum=0 \ - file://mtx_hostap_deferred_irq.diff;patch=1;pnum=0" - -S = "${WORKDIR}/hostap-driver-${PV}" - -inherit module - -EXTRA_OEMAKE = "EXTRA_CFLAGS='-DPRISM2_NON_VOLATILE_DOWNLOAD'" -MAKE_TARGETS = "KERNEL_PATH=${KERNEL_SOURCE} MAKE='make -e'" -NET_MODULES = "hostap.o hostap_pci.o hostap_crypt_ccmp.o hostap_crypt_tkip.o hostap_crypt_wep.o" - -do_install() { - install -d ${D}/lib/modules/${KERNEL_VERSION}/net \ - ${D}/lib/modules/${KERNEL_VERSION}/pcmcia \ - ${D}/${sysconfdir}/pcmcia - for i in ${NET_MODULES} - do - install -m 0644 driver/modules/$i ${D}/lib/modules/${KERNEL_VERSION}/net/ - done - install -m 0644 driver/modules/hostap_cs.o ${D}/lib/modules/${KERNEL_VERSION}/pcmcia/ - install -m 0644 driver/etc/hostap_cs.conf ${D}/${sysconfdir}/pcmcia/hostap_cs.conf - cat ${WORKDIR}/hostap_cs.conf >>${D}/${sysconfdir}/pcmcia/hostap_cs.conf - - if [ "${MACHINE}" = "mtx-1" ]; then - install -d ${D}/etc/modutils - echo "hostap_pci" > ${D}/etc/modutils/hostap - fi -} - -pkg_postinst_hostap-modules-pci() { -#!/bin/sh -if [ "x$D" != "x" ]; then - exit 1 -fi -update-modules || true -} - -pkg_postrm_hostap-modules-pci() { -#!/bin/sh -update-modules || true -} - -PACKAGES = "hostap-modules-cs hostap-modules-pci hostap-modules" -FILES_hostap-modules-cs = "/lib/modules/${KERNEL_VERSION}/pcmcia/ /${sysconfdir}/pcmcia/" -FILES_hostap-modules-pci = "/etc/modutils /lib/modules/${KERNEL_VERSION}/net/hostap_pci.o" -FILES_hostap-modules = "/lib/modules/" -RDEPENDS_hostap-modules-cs = "hostap-modules" -RDEPENDS_hostap-modules-pci = "hostap-modules" diff --git a/hostap/hostap-utils_0.2.4.bb b/hostap/hostap-utils_0.2.4.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-utils_0.2.4.oe b/hostap/hostap-utils_0.2.4.oe deleted file mode 100644 index 9226acd8c7..0000000000 --- a/hostap/hostap-utils_0.2.4.oe +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "User mode helpers for the hostap driver" -HOMEPAGE = "http://hostap.epitest.fi" -SECTION = "kernel/userland" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -RDEPENDS = "hostap-modules (${PV})" - -SRC_URI = "http://hostap.epitest.fi/releases/hostap-utils-${PV}.tar.gz \ - file://hostap-fw-load.patch;patch=1" -S = "${WORKDIR}/hostap-utils-${PV}" - -BINARIES = "hostap_crypt_conf hostap_diag hostap_fw_load hostap_io_debug \ - hostap_rid prism2_param prism2_srec split_combined_hex" - -do_install() { - install -d ${D}/${sbindir}/ - for f in ${BINARIES} - do - install -m 0755 $f ${D}/${sbindir}/ - done -} - diff --git a/hostap/hostap-wpa-supplicant-nossl_0.2.5.bb b/hostap/hostap-wpa-supplicant-nossl_0.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe b/hostap/hostap-wpa-supplicant-nossl_0.2.5.oe deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/hostap/hostap-wpa-supplicant-ssl_0.2.5.bb b/hostap/hostap-wpa-supplicant-ssl_0.2.5.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe b/hostap/hostap-wpa-supplicant-ssl_0.2.5.oe deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3