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

PR = "${INC_PR}.2"
PV = "3.4.0-${PR}+gitr${SRCREV}"

SRCREV = "62768eedf8f68680ef3a672a27025227e22ccbb0"

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

FILESPATHPKG_prepend = "gnuradio-git:"

SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \
	file://0001-volk-Remove-all-traces-of-volk-from-configure-for-OE.patch \
"

S="${WORKDIR}/git"