DESCRIPTION = "A sophisticated XML Processing Package for Python" SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael 'Mickey' Lauer " LICENSE = "PSF" RDEPENDS = "python-core python-xml python-netclient" SRCNAME = "pyxml" PV = "0.8.3" SRC_URI = "${SOURCEFORGE_MIRROR}/pyxml/PyXML-${PV}.tar.gz" S = "${WORKDIR}/PyXML-${PV}" inherit distutils >
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-04-28wpa_supplicant: only keep version 0.5.10 for 0.5.x (stable) branchJeremy Laine6
2008-04-28wpa-supplicant: drop antique 0.2.x and 0.3.x releasesJeremy Laine10
2008-04-28wpa-supplicant_0.5.10.bb: update to version 0.5.10Jeremy Laine4
2007-06-03wpa-supplicant: Replace /etc/wpa_supplicant.conf with the Debian way to ↵Matthias Hentges5
handle WPA: - All configuration is done via /etc/network/interfaces (similiar to WEP) - /etc/init.d/wpa is no longer needed - wpa_supplicant is launched on ifup with the settings from /e/n/interfaces
2007-01-06wpa-supplicant: added 0.5.7, unified 0.5.x, added script to autostart ↵Marcin Juszkiewicz5
wpa-supplicant on ifup
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-28wpa supplicant 0.5.5: $MACHINE} isn't valid as PACKAGE_ARCH, use ↵Koen Kooi1
${MACHINE_ARCH}, makes kergoth happy when he's building without setting MACHINE
2006-11-26wpa-supplicant 0.5.5: work around OE/bitbake arch bugKoen Kooi1
2006-11-26wpa-supplicant 0.5.5: if [] ; then ; do isn't valid sh, remove ';do'Koen Kooi1
2006-11-26wpa-supplicant: fix parse errorMarcin Juszkiewicz1
2006-11-26wpa-supplicant: add 0.5.5 with optional madwifi-ng supportMarcin Juszkiewicz3
- machines with PCI feature will get madwifi-ng support and package will be MACHINE specific - this is result of my RFC [1] and Koen's solution [2] 1. http://lists.linuxtogo.org/pipermail/openembedded-devel/2006-October/000698.html 2. http://lists.linuxtogo.org/pipermail/openembedded-devel/2006-November/000848.html
2006-10-12wpa-supplicant 0.4.9Erik Hovland7
* The latest 'stable' version of wpa-supplicant is 0.4.9. This commit adds that recipe and the patches that we are currently carrying with this package for that version.
2006-10-12wpa-supplicant: added 0.4.8 from .oz354xMarcin Juszkiewicz9
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi6
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-25wpa-supplicant, hostap: fixed wrong syntax for mtx-[12] conditional entries ↵Martin Dietze2
in recipes.
2006-09-08various packages: added mtx-2 configurationMartin Dietze4
* where necessary, additional mtx-2 subdirs for files created * where necessary, additional entries in bitbake files created
2006-08-22wpa supplicant 0.4.7: change do_install to work with OE's install from ↵Koen Kooi1
coreutils-native
2006-08-16wpa-supplicant: changed -m755 etc in do_install into -m 755 Frans Meulenbroeks1
my install needs this space (ucslugc distro)
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-05-06libqanava, lyx, texmaker, wpa-gui: no need to explicitly depend on qt, ↵Michael Lauer1
inheriting will do
2006-05-05wpa_gui: added 0.4.8 - its GUI tool to scan and configure WiFi networks - ↵Marcin Juszkiewicz1
need qt3/x11
2006-04-25wpa-supplicant: Added defaults file for slugos.Rod Whitby2
2006-04-25wpa-supplicant: Added madwifi driver to experimental 0.5.1 verision.Rod Whitby1
2006-04-25wpa-supplicant: Added the missing space at the end of a _prepend in version ↵Rod Whitby1
0.5.1
2006-03-16Make wpa-supplicant 0.5.1 bb build again.Joseph Cole1
2006-03-15change defconfig of 0.5.1 to build against gnutls instead of openssl.Joseph Cole1
2006-03-13(re-)Adding updates to wpa-supplicant, myself as secondary maintainer to ↵Joseph Cole4
handle fixes on bugtracker. This is completely untested, breakage expected. Please report ASAP.
2006-03-12wpa-supplicant, gnutls, libgcrypt, various .confs: revert recent commits by jnc.Rene Wagner4
- reverts revisions: 53e14a99825447107bfefacf77e28b5718be54b8 b0535ae5d884f64c3f25212755c0dbbd607a4984 8aaa554502fb1d84fe29935d27089df09bfc3ea1 de47a33901a0f8666a237eaf5825ba25f364516f - reasoning - please play by the rules * we have a policy for commit messages * don't silently drop patches (gnutls), whenever we patch stuff it's usually done for a reason * don't upgrade security critical packages (gnutls) to development releases. upstream has a reason for not declaring them stable yet. * when told by a senior developer to consult oe@ _before_ pushing a change do so, don't ignore him (RP) and push anyway
2006-03-11WPA Supplicant updates, and inclusion of version 0.5.1 for distros with ↵Joseph Cole3
gnutls already being built. Resolves licensing issues, and non-working supplicant issues for those with 2.6/2.4 kernels. Report breakage to Eric (jnc).
2006-02-26Introduce experimental wpa-supplicant linked against GNU/tls library.Joseph Cole3
2006-01-22wpa-supplicant: Upstream upgrade to 0.4.7, add Zydas zd1211-supportOyvind Repvik7
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to ↵Richard Purdie1
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
2005-11-14wpa-supplicant: Add missing patch to versions 0.3.6 and 0.3.8Richard Purdie2
2005-06-30import clean BK tree at cset 1.3670Koen Kooi