mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-08 07:05:24 +02:00
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
19 lines
519 B
BlitzBasic
19 lines
519 B
BlitzBasic
require gnuradio.inc
|
|
|
|
PR = "${INC_PR}.0"
|
|
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 = "next"
|
|
|
|
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 \
|
|
file://0001-buildsys-don-t-add-usr-include-and-usr-lib-to-config.patch \
|
|
"
|
|
|
|
S="${WORKDIR}/git"
|
|
|