diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb | 16 |
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 @@ | |||
1 | require gnuradio.inc | ||
2 | |||
3 | PR = "${INC_PR}.1" | ||
4 | PV = "3.3.0-${PR}+gitr${SRCREV}" | ||
5 | |||
6 | SRCREV = "cdca1c917626f7c63f820da921a17187efc92cd5" | ||
7 | |||
8 | # Make it easy to test against developer repos and branches | ||
9 | GIT_REPO = "gnuradio.git" | ||
10 | GIT_BRANCH = "next" | ||
11 | |||
12 | SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \ | ||
13 | " | ||
14 | |||
15 | S="${WORKDIR}/git" | ||
16 | |||