diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-22 13:33:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-22 13:33:57 +0000 |
commit | 5cf486256cd4e1e7c54ed6c1ca3caf377d60b8c6 (patch) | |
tree | 4745971d355aa22813ec818d936f75629b8fdecd /packages/python/python-pysqlite_1.0.bb | |
parent | 8a8b7320877bd490d0c598a8b157a603451d916b (diff) |
python-pysqlite1: don't let it use host includes
Diffstat (limited to 'packages/python/python-pysqlite_1.0.bb')
-rw-r--r-- | packages/python/python-pysqlite_1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/python/python-pysqlite_1.0.bb b/packages/python/python-pysqlite_1.0.bb index dcabdb18a1..46ad0239ce 100644 --- a/packages/python/python-pysqlite_1.0.bb +++ b/packages/python/python-pysqlite_1.0.bb @@ -6,8 +6,10 @@ LICENSE = "PSF" RDEPENDS = "python-core python-re python-lang" DEPENDS = "sqlite" SRCNAME = "pysqlite" +PR = "ml0" -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ + file://no-host-includes.patch;patch=1" S = "${WORKDIR}/${SRCNAME}" inherit distutils |