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 fee721507f..1a50904b7e 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}.3"
+PR = "${INC_PR}.4"
PV = "3.4.1-${PR}+gitr${SRCREV}"
-SRCREV = "77f5aa4f1985e0605b5ed07994a2af7dac2d2a8d"
+SRCREV = "640e859f564361270d8cd30d7fbff582ad228110"
# Make it easy to test against developer repos and branches
GIT_REPO = "gnuradio.git"
@@ -12,7 +12,10 @@ 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 \
+ file://0001-Remove-all-traces-of-volk-from-configure-again.patch \
+ file://0001-Diable-checks-for-PyQT-and-PyQWT.patch \
+ file://0001-Brute-force-selection-of-moc-and-uic.patch \
+ file://0001-Disable-python-checks-so-grc-builds.patch \
"
S="${WORKDIR}/git"