[oe-commits] Philip Balister : gnuradio : Update git recipe to build from current HEAD.

git version control git at git.openembedded.org
Fri Nov 20 22:00:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 971267893914b214880e0196ffdd4b0bd23d240a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=971267893914b214880e0196ffdd4b0bd23d240a

Author: Philip Balister <philip at balister.org>
Date:   Fri Nov 20 16:55:47 2009 -0500

gnuradio : Update git recipe to build from current HEAD.
           * Update recipe to allow building from dev repos and branches.

---

 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 37b21fd..827790d 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 \
 "
 





More information about the Openembedded-commits mailing list