summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb')
-rw-r--r--meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
new file mode 100644
index 000000000..757a80136
--- /dev/null
+++ b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
@@ -0,0 +1,16 @@
1require gnuradio.inc
2
3PR = "${INC_PR}.1"
4PV = "3.3.0-${PR}+gitr${SRCREV}"
5
6SRCREV = "cdca1c917626f7c63f820da921a17187efc92cd5"
7
8# Make it easy to test against developer repos and branches
9GIT_REPO = "gnuradio.git"
10GIT_BRANCH = "next"
11
12SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \
13"
14
15S="${WORKDIR}/git"
16