aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio/gnuradio_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnuradio/gnuradio_git.bb')
-rw-r--r--recipes/gnuradio/gnuradio_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/gnuradio/gnuradio_git.bb b/recipes/gnuradio/gnuradio_git.bb
index bc18d9e765..cf3bf5d408 100644
--- a/recipes/gnuradio/gnuradio_git.bb
+++ b/recipes/gnuradio/gnuradio_git.bb
@@ -1,15 +1,18 @@
require recipes/gnuradio/gnuradio.inc
PR = "${INC_PR}.1"
-PV = "3.3.0-${PR}+gitr${SRCREV}"
+PV = "3.4.0-${PR}+gitr${SRCREV}"
-SRCREV = "cdca1c917626f7c63f820da921a17187efc92cd5"
+SRCREV = "f53fef3d2bc39b2020b8bce3d88b43569dd16605"
# Make it easy to test against developer repos and branches
GIT_REPO = "gnuradio.git"
-GIT_BRANCH = "next"
+GIT_BRANCH = "master"
+
+FILESPATHPKG_prepend = "gnuradio-git:"
SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \
+ file://0001-volk-Remove-all-traces-of-volk-from-configure-for-OE.patch \
"
S="${WORKDIR}/git"