diff options
author | Philip Balister <philip@balister.org> | 2009-11-20 17:10:19 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-11-20 17:10:19 -0500 |
commit | 238eb99969e0005817ae05df316e5de814d5fcfd (patch) | |
tree | 5d61f8c92147d1ba6ddf5d0b55155fc50659bf28 | |
parent | f0583a9040f6d55312cd2b0401b4379811dcea52 (diff) |
gnuradio : Fix stupid typo. Sorry for the noise.
-rw-r--r-- | recipes/gnuradio/gnuradio_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnuradio/gnuradio_git.bb b/recipes/gnuradio/gnuradio_git.bb index b5c767b0e7..03dfdb25e6 100644 --- a/recipes/gnuradio/gnuradio_git.bb +++ b/recipes/gnuradio/gnuradio_git.bb @@ -17,7 +17,7 @@ EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_ GIT_REPO = "balister.git" GIT_BRANCH = "omap3-build" -SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH} protocol=http \ +SRC_URI = "git://gnuradio.org/git/${GIT_REPO};branch=${GIT_BRANCH};protocol=http \ ${SOURCEFORGE_MIRROR}/libusb/libusb-0.1.12.tar.gz \ " |