DESCRIPTION = "Download, build, install, upgrade, and uninstall Python packages" HOMEPAGE = "http://cheeseshop.python.org/pypi/setuptools" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "MIT" RDEPENDS = "python-distutils python-compression" SRCNAME = "setuptools" PR = "ml0" SRC_URI = "\ http://cheeseshop.python.org/packages/source/s/setuptools/${SRCNAME}-${PV}.tar.gz\ file://fix-log-usage.patch;patch=1 \ " S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils do_install_prepend() { install -d ${D}/${libdir}/${PYTHON_DIR}/site-packages } RDEPENDS = "\ python-distutils \ python-compression \ " titech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/wifistix
AgeCommit message (Expand)AuthorFiles
2008-01-25divers: remove lines of the form "PACKAGES = ${PN}" from 63 filesRolf Leggewie1
2008-01-17wifistix-modules: added missing patch from GumstixMarcin Juszkiewicz1
2007-11-20wifistix : Sync with gumstix repo.Philip Balister3
2007-10-02wifistix : Update conf file with new device name.Philip Balister1
2007-10-02wifistix : Change wifistix wireless device name from mwlan to wlan. Philip Balister1
2007-10-02wifistix-modules : Fix quoting in EXTRA_OEMAKE.Philip Balister1
2007-10-02wifistix-module : Clean up bb file, add configuration file.Philip Balister2
2007-09-29wifistix : Add driver for Marvell cf8385 wireless interface driver for gumstix.Philip Balister14