DESCRIPTION = "A versatile network connection library" HOMEPAGE = "http://www.radlinux.org/connexion/" SECTION = "devel/python" LICENSE = "GPL" BV = "0.4.6" PV = "${BV}+svnr${SRCREV}" PR = "ml1" inherit distutils SRC_URI = "svn://radlinux.org/radlinux/branches/${BV};module=lib" S = "${WORKDIR}/lib" MODULES = "cxutil cxnet" do_compile() { for i in ${MODULES}; do cd ${S}/$i && distutils_do_compile done } do_install() { for i in ${MODULES}; do cd ${S}/$i && distutils_do_install done } RDEPENDS_${PN} += "python-ctypes" : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/gpsdrive
AgeCommit message (Expand)AuthorFiles
2008-02-29gpsdrive: add 2.10pre4John Lee6
2008-02-22gpsdrive: fix SRC_URI. closes 3494.Rolf Leggewie2
2008-01-14gpsdrive-pda 2.10pre2: Add a PDA, QVGA optimized fork of GPSDrive.Dmitry Artamonow3
2007-11-15gpsdrive: fix SRC_URI - close #3279Marcin Juszkiewicz1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3
2006-09-09many recipes: change pcre to libpcre in DEPENDSPhilipp Zabel3
2006-08-09lots of files: fix my mailaddressKoen Kooi1
2006-01-13PV changes to make sure upgrades aren't affected after the recent cvs PV stan...Richard Purdie1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
2005-08-26gpsdrive_cvs: add libart as a depencyKoen Kooi1
2005-08-26gpsdrive_cvs: remove pda patch as it's applied upstreamKoen Kooi1
2005-08-04remove espgs-native depends from evinceKoen Kooi1
2005-07-23Fix gpsdrive patch againKoen Kooi1
2005-07-23add patch for pdamodeKoen Kooi1
2005-07-22fix patch for pdamodeKoen Kooi1
2005-07-22add patch for pdamodeKoen Kooi1
2005-07-22change maintainer of gpsdrive_cvsKoen Kooi1
2005-07-22fix srcuri and pv of gpsdrive_cvsKoen Kooi1
2005-07-22add cvs version of gpsdriveKoen Kooi1
2005-07-22add cvs version of gpsdriveKoen Kooi1
2005-07-19Add new gpsdrive prerelease, disable it for now till I finish testing itKoen Kooi1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi3