mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
gnuradio : Bump SRCREV to current version. Fix packaging warning.
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
36343c8e33
commit
86cae88a56
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|||||||
|
|
||||||
DEPENDS = "uhd virtual/libsdl gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy"
|
DEPENDS = "uhd virtual/libsdl gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy"
|
||||||
|
|
||||||
INC_PR = "r0"
|
INC_PR = "r1"
|
||||||
|
|
||||||
inherit distutils-base autotools pkgconfig
|
inherit distutils-base autotools pkgconfig
|
||||||
|
|
||||||
@@ -40,6 +40,7 @@ FILES_${PN}-examples = "${datadir}/gnuradio/examples"
|
|||||||
FILES_${PN}-grc = "${datadir}/gnuradio/grc"
|
FILES_${PN}-grc = "${datadir}/gnuradio/grc"
|
||||||
FILES_${PN}-conf = "${sysconfdir}/gnuradio"
|
FILES_${PN}-conf = "${sysconfdir}/gnuradio"
|
||||||
|
|
||||||
|
FILES_${PN} += "${datadir}/gnuradio"
|
||||||
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/*"
|
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/*"
|
||||||
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \
|
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \
|
||||||
${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \
|
${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require gnuradio.inc
|
|||||||
PR = "${INC_PR}.0"
|
PR = "${INC_PR}.0"
|
||||||
PV = "3.4.0-${PR}+gitr${SRCREV}"
|
PV = "3.4.0-${PR}+gitr${SRCREV}"
|
||||||
|
|
||||||
SRCREV = "f53fef3d2bc39b2020b8bce3d88b43569dd16605"
|
SRCREV = "62768eedf8f68680ef3a672a27025227e22ccbb0"
|
||||||
|
|
||||||
# Make it easy to test against developer repos and branches
|
# Make it easy to test against developer repos and branches
|
||||||
GIT_REPO = "gnuradio.git"
|
GIT_REPO = "gnuradio.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user