aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio/gnuradio_git.bb
blob: bc18d9e7656e6083a51da54d0a8ea0f4b9d9ff51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require recipes/gnuradio/gnuradio.inc

PR = "${INC_PR}.1"
PV = "3.3.0-${PR}+gitr${SRCREV}"

SRCREV = "cdca1c917626f7c63f820da921a17187efc92cd5"

# Make it easy to test against developer repos and branches
GIT_REPO = "gnuradio.git"
GIT_BRANCH = "next"

SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \
"

S="${WORKDIR}/git"