diff options
-rw-r--r-- | meta-oe/recipes-connectivity/gnuradio/gnuradio.inc | 3 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc index 3759e077b2..80ac40756d 100644 --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
5 | 5 | ||
6 | DEPENDS = "uhd virtual/libsdl gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy" | 6 | DEPENDS = "uhd virtual/libsdl gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy" |
7 | 7 | ||
8 | INC_PR = "r0" | 8 | INC_PR = "r1" |
9 | 9 | ||
10 | inherit distutils-base autotools pkgconfig | 10 | inherit distutils-base autotools pkgconfig |
11 | 11 | ||
@@ -40,6 +40,7 @@ FILES_${PN}-examples = "${datadir}/gnuradio/examples" | |||
40 | FILES_${PN}-grc = "${datadir}/gnuradio/grc" | 40 | FILES_${PN}-grc = "${datadir}/gnuradio/grc" |
41 | FILES_${PN}-conf = "${sysconfdir}/gnuradio" | 41 | FILES_${PN}-conf = "${sysconfdir}/gnuradio" |
42 | 42 | ||
43 | FILES_${PN} += "${datadir}/gnuradio" | ||
43 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/*" | 44 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/*" |
44 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ | 45 | FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \ |
45 | ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ | 46 | ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \ |
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb index 76c9424180..d5e297d1b5 100644 --- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb +++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | |||
@@ -3,7 +3,7 @@ require gnuradio.inc | |||
3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.0" |
4 | PV = "3.4.0-${PR}+gitr${SRCREV}" | 4 | PV = "3.4.0-${PR}+gitr${SRCREV}" |
5 | 5 | ||
6 | SRCREV = "f53fef3d2bc39b2020b8bce3d88b43569dd16605" | 6 | SRCREV = "62768eedf8f68680ef3a672a27025227e22ccbb0" |
7 | 7 | ||
8 | # Make it easy to test against developer repos and branches | 8 | # Make it easy to test against developer repos and branches |
9 | GIT_REPO = "gnuradio.git" | 9 | GIT_REPO = "gnuradio.git" |