From: Chris Larson Date: Tue, 20 Jan 2004 05:56:39 +0000 (+0000) Subject: BUGFIX: Remove unnecessary item from FILES for pysqlite, which was breaking its packa... X-Git-Tag: Release-2010-05/1~20296 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d8584356bf7078fb44c2860a82b43a5469cfd48;p=openembedded.git BUGFIX: Remove unnecessary item from FILES for pysqlite, which was breaking its packaging. BKrev: 400cc317XIZCKa5_qTlo-mCEgJw7xg --- diff --git a/python/pysqlite_0.5.0.oe b/python/pysqlite_0.5.0.oe index 394cc2e6ea..4cc50eeea3 100644 --- a/python/pysqlite_0.5.0.oe +++ b/python/pysqlite_0.5.0.oe @@ -10,5 +10,4 @@ S = ${WORKDIR}/${PN} inherit distutils -FILES_pysqlite_append = ${PYFILES} ${libdir}/python2.3/site-packages/sqlite - +FILES_pysqlite_append=${PYFILES}