[oe-commits] Philip Balister : gnuradio : Bump SRCREV to current version. Fix pacakging warning.

git version control git at git.openembedded.org
Tue Aug 9 14:31:35 UTC 2011


Module: openembedded.git
Branch: master
Commit: 10a36a519ce53c9013e117fb8eee169f903070aa
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=10a36a519ce53c9013e117fb8eee169f903070aa

Author: Philip Balister <philip at balister.org>
Date:   Tue Aug  9 10:28:10 2011 -0400

gnuradio : Bump SRCREV to current version. Fix pacakging warning.

Signed-off-by: Philip Balister <philip at balister.org>

---

 recipes/gnuradio/gnuradio.inc    |    3 ++-
 recipes/gnuradio/gnuradio_git.bb |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/gnuradio/gnuradio.inc b/recipes/gnuradio/gnuradio.inc
index d114f89..bd091f6 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 cf3bf5d..250ba5d 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"





More information about the Openembedded-commits mailing list