From: Philip Balister Date: Wed, 28 Jan 2009 13:31:28 +0000 (-0500) Subject: gnuradio : Install python files in the proper directory. X-Git-Tag: Release-2010-05/1~3797^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f430bac83b345803a693c4d446367339b44a2599;p=openembedded.git gnuradio : Install python files in the proper directory. --- diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc index 65cfa4072c..8c972357f3 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -19,6 +19,7 @@ EXTRA_OECONF = " \ --enable-gr-audio-oss \ --enable-mblock \ --disable-html-docs \ + --with-pythondir=/usr/lib/${PYTHON_DIR}/site-packages \ PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR} \ "