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-pysqlite2_2.2.2.bb | |
parent | 8a8b7320877bd490d0c598a8b157a603451d916b (diff) |
python-pysqlite1: don't let it use host includes
Diffstat (limited to 'packages/python/python-pysqlite2_2.2.2.bb')
-rw-r--r-- | packages/python/python-pysqlite2_2.2.2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/python/python-pysqlite2_2.2.2.bb b/packages/python/python-pysqlite2_2.2.2.bb index 8f41342eec..72ffc39104 100644 --- a/packages/python/python-pysqlite2_2.2.2.bb +++ b/packages/python/python-pysqlite2_2.2.2.bb @@ -11,6 +11,4 @@ PR = "ml0" SRC_URI = "http://initd.org/pub/software/pysqlite/releases/2.2/${PV}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" -EXTRA_OEMAKE = "-e" - inherit distutils |