diff options
-rw-r--r-- | recipes/gnuradio/gnuradio_git.bb | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes/gnuradio/gnuradio_git.bb b/recipes/gnuradio/gnuradio_git.bb index 37b21fdcb2..827790d853 100644 --- a/recipes/gnuradio/gnuradio_git.bb +++ b/recipes/gnuradio/gnuradio_git.bb @@ -4,14 +4,20 @@ require gnuradio.inc DEPENDS += " gsl " -SRCREV = "0cd478fdc090123e09b7ee21c88e5657abab8ae0" -#SRCREV = "0f4226088ba84e25139bf77957c80ca7a64cba11" -PR = "${INC_PR}.1" +#SRCREV = "0cd478fdc090123e09b7ee21c88e5657abab8ae0" + +SRCREV = "bf7ad4d17514aba9fc5209bc916ce37482f77eaa" + +PR = "${INC_PR}.2" PV = "3.2.1-${PR}+gitr${SRCREV}" EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable-usrp2 --disable-usrp2-firmware --with-fusb-tech=libusb1" -SRC_URI = "git://gnuradio.org/git/gnuradio.git;protocol=http \ +# Make it easy to test against developer repos and branches +GIT_REPO = "balister.git" +GIT_BRANCH = "omap3-build" + +SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH} protocol=http \ ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \ " |