aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2011-08-09 10:28:10 -0400
committerPhilip Balister <philip@balister.org>2011-08-09 10:28:10 -0400
commit10a36a519ce53c9013e117fb8eee169f903070aa (patch)
tree304136999d300ab43d8c3fc1ba801be23b9fcacd /recipes/gnuradio
parent1a91fc4b705b0c4f45eb088a2f7aea01ebc9c98e (diff)
downloadopenembedded-10a36a519ce53c9013e117fb8eee169f903070aa.tar.gz
gnuradio : Bump SRCREV to current version. Fix pacakging warning.
Signed-off-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/gnuradio')
-rw-r--r--recipes/gnuradio/gnuradio.inc3
-rw-r--r--recipes/gnuradio/gnuradio_git.bb4
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes/gnuradio/gnuradio.inc b/recipes/gnuradio/gnuradio.inc
index d114f89eac..bd091f666d 100644
--- a/recipes/gnuradio/gnuradio.inc
+++ b/recipes/gnuradio/gnuradio.inc
@@ -4,7 +4,7 @@ SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPLv3"
DEPENDS = "uhd gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy"
-INC_PR = "r8"
+INC_PR = "r9"
inherit distutils-base autotools pkgconfig
@@ -39,6 +39,7 @@ FILES_${PN}-examples = "${datadir}/gnuradio/examples"
FILES_${PN}-grc = "${datadir}/gnuradio/grc"
FILES_${PN}-conf = "${sysconfdir}/gnuradio"
+FILES_${PN} += "${datadir}/gnuradio"
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/*"
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \
${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \
diff --git a/recipes/gnuradio/gnuradio_git.bb b/recipes/gnuradio/gnuradio_git.bb
index cf3bf5d408..250ba5da9b 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}.1"
+PR = "${INC_PR}.2"
PV = "3.4.0-${PR}+gitr${SRCREV}"
-SRCREV = "f53fef3d2bc39b2020b8bce3d88b43569dd16605"
+SRCREV = "62768eedf8f68680ef3a672a27025227e22ccbb0"
# Make it easy to test against developer repos and branches
GIT_REPO = "gnuradio.git"