diff options
author | Philip Balister <philip@balister.org> | 2009-01-26 18:38:01 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-01-26 18:40:58 -0500 |
commit | b3d3d8a6c40f24c2205da1b8b52ab641e6574a2b (patch) | |
tree | 93080c4169883fa276cd52b91675e44575b719e2 /packages | |
parent | e218cb89e6e971ac582114fd2b6137a0bfc2cfed (diff) |
gnuradio : Remove hard coded python version. Bump SRCREV.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnuradio/gnuradio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc index 30a4ee8154..7df01a3b35 100644 --- a/packages/gnuradio/gnuradio.inc +++ b/packages/gnuradio/gnuradio.inc @@ -26,7 +26,7 @@ EXTRA_OECONF = " \ --enable-gr-audio-oss \ --enable-mblock \ --disable-html-docs \ - PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/python2.5 \ + PYTHON_CPPFLAGS=-I${PYTHON_DIR} \ " do_configure_prepend() { |