Files
meta-openembedded/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
Koen Kooi c58cc7d379 move layer into meta-oe in preparation for future splits
As per TSC decision

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-17 21:41:22 +01:00

17 lines
341 B
BlitzBasic

require 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"