summaryrefslogtreecommitdiff
path: root/packages/python/python-pysqlite_1.0.bb
blob: 1c567ab6e4e8c0dc39a700f09c62db257ee0aa02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
RDEPENDS = "python-core python-re python-lang"
DEPENDS = "sqlite"
SRCNAME = "pysqlite"
PR = "ml0"

SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
           file://no-host-includes.patch;patch=1"
S = "${WORKDIR}/${SRCNAME}"

inherit distutils
partly closes 3693.Rolf Leggewie1 2008-01-11linux-rp.inc: change memory split from 32:32 to 64:0 for collie. Closes 3528.Rolf Leggewie1 2008-01-07linux-rp.inc: Fix collie DEPENDS so DEPENDS is appended to, not overwritten, ...Richard Purdie1 2007-11-22linux-rp: Depends on bc during buildtime for collie.Paul Sokolovsky1 2007-10-26linux-rp: sync with Poky (removal of OpenZaurus stuff, added autoload for pcm...Marcin Juszkiewicz1 2007-09-02linux-rp: Sync with Poky (adding 2.6.22 in the process)Richard Purdie1 2007-06-26linux-rp.inc: Use ?= instead of extra variables as overridesRichard Purdie1 2007-06-26linux-rp-2.6.17: Tweak qemuarm/qemux86 defconfigs (use wacom tablet), make li...Richard Purdie1 2007-05-12linux: linux-rp: Make compiling a custom kernel w/ changed CMDLINE and defcon...Matthias Hentges1 2007-04-13linux-rp: added SD/MMC driver for collie - written by Thomas KunzeMarcin Juszkiewicz1 2007-01-07packages/linux: Remove uneeded KERNEL_RELEASE assignments and replace referen...Richard Purdie1 2006-12-29collie: fix collie serial console for 2.6 kernelDirk Opfer1 2006-11-29linux-openzaurus: Rename to linux-rpRichard Purdie1