From: Michael Lauer Date: Thu, 16 Aug 2007 06:36:10 +0000 (+0000) Subject: python-numarray: fix packaging debug files X-Git-Tag: Release-2010-05/1~8920^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b8a25345959135e0aa3c332cd64c580cadfddd7;p=openembedded.git python-numarray: fix packaging debug files --- diff --git a/packages/python/python-numarray_1.1.1.bb b/packages/python/python-numarray_1.1.1.bb index 4bc084c68a..e4ff40849f 100644 --- a/packages/python/python-numarray_1.1.1.bb +++ b/packages/python/python-numarray_1.1.1.bb @@ -3,8 +3,12 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PYRAF" SRCNAME = "numarray" +PR = "ml0" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils + +# *sigh* +FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/numarray/examples/*/.debug"