gnuradio : Update git recipe to build from current HEAD.
authorPhilip Balister <philip@balister.org>
Fri, 20 Nov 2009 21:55:47 +0000 (16:55 -0500)
committerPhilip Balister <philip@balister.org>
Fri, 20 Nov 2009 22:00:19 +0000 (17:00 -0500)
           * Update recipe to allow building from dev repos and branches.

recipes/gnuradio/gnuradio_git.bb

index 37b21fd..827790d 100644 (file)
@@ -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 \
 "