[oe-commits] Philip Balister : gnuradio : Remove hard coded python version. Bump SRCREV.

GIT User account git at amethyst.openembedded.net
Mon Jan 26 23:42:58 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b3d3d8a6c40f24c2205da1b8b52ab641e6574a2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b3d3d8a6c40f24c2205da1b8b52ab641e6574a2b

Author: Philip Balister <philip at balister.org>
Date:   Mon Jan 26 18:38:01 2009 -0500

gnuradio : Remove hard coded python version. Bump SRCREV.

---

 conf/distro/include/sane-srcrevs.inc |    2 +-
 packages/gnuradio/gnuradio.inc       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 38f470b..3aaa132 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -60,7 +60,7 @@ SRCREV_pn-fso-monitord ?= "31b4d3d1a40b1cc2cbe186e5ea80490a0c80b55f"
 SRCREV_pn-fso-sounds ?= "b24d3c2e66fee10a5e288101cd1b6f5bbd3da7e2"
 SRCREV_pn-fstests ?= "204"
 SRCREV_pn-gconf-dbus ?= "641"
-SRCREV_pn-gnuradio ?= "9809"
+SRCREV_pn-gnuradio ?= "10302"
 SRCREV_pn-gpe-contacts ?= "9312"
 SRCREV_pn-gpe-sketchbook ?= "9547"
 SRCREV_pn-gpe-conf ?= "9798"
diff --git a/packages/gnuradio/gnuradio.inc b/packages/gnuradio/gnuradio.inc
index 30a4ee8..7df01a3 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() {





More information about the Openembedded-commits mailing list