diff options
author | Philip Balister <philip@balister.org> | 2009-11-20 16:55:47 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-11-20 17:00:19 -0500 |
commit | 971267893914b214880e0196ffdd4b0bd23d240a (patch) | |
tree | 3113cc101585801f62192b79b82849bdb8e47681 /recipes/gnuradio | |
parent | eb0bcf7a3b53575d94418cf1b513943e9dafcc2a (diff) |
gnuradio : Update git recipe to build from current HEAD.
* Update recipe to allow building from dev repos and branches.
Diffstat (limited to 'recipes/gnuradio')
-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 \ " |