aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2011-09-28 18:56:51 -0400
committerPhilip Balister <philip@balister.org>2011-09-28 18:56:51 -0400
commit3f03131cf0e3b37efe8cb48f9a12ac9637ed883e (patch)
tree4ecf4be8c83cf3f37f5ba61663c0009df038f76a
parent5477979116e2c93658d827344b6e1aa1c30dfeab (diff)
downloadopenembedded-3f03131cf0e3b37efe8cb48f9a12ac9637ed883e.tar.gz
gnuradio : Update to post 3.4.1 release git rev.
Yes versioning on this package is a mess :) One day we will have enough good NEON stuff in a tag make a fixed release OK. Signed-off-by: Philip Balister <philip@balister.org>
-rw-r--r--recipes/gnuradio/gnuradio_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/gnuradio/gnuradio_git.bb b/recipes/gnuradio/gnuradio_git.bb
index 250ba5da9b..fee721507f 100644
--- a/recipes/gnuradio/gnuradio_git.bb
+++ b/recipes/gnuradio/gnuradio_git.bb
@@ -1,9 +1,9 @@
require recipes/gnuradio/gnuradio.inc
-PR = "${INC_PR}.2"
-PV = "3.4.0-${PR}+gitr${SRCREV}"
+PR = "${INC_PR}.3"
+PV = "3.4.1-${PR}+gitr${SRCREV}"
-SRCREV = "62768eedf8f68680ef3a672a27025227e22ccbb0"
+SRCREV = "77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d"
# Make it easy to test against developer repos and branches
GIT_REPO = "gnuradio.git"