git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950e06a
)
gnuradio : Add dependency on gsl (GNU Scientific Library).
author
Philip Balister
<philip@balister.org>
Tue, 27 Jan 2009 13:08:51 +0000
(08:08 -0500)
committer
Philip Balister
<philip@balister.org>
Tue, 27 Jan 2009 13:12:35 +0000
(08:12 -0500)
packages/gnuradio/gnuradio_svn.bb
patch
|
blob
|
history
diff --git
a/packages/gnuradio/gnuradio_svn.bb
b/packages/gnuradio/gnuradio_svn.bb
index
7af4230
..
56db918
100644
(file)
--- a/
packages/gnuradio/gnuradio_svn.bb
+++ b/
packages/gnuradio/gnuradio_svn.bb
@@
-2,8
+2,10
@@
require gnuradio.inc
DEFAULT_PREFERENCE = "-1"
+DEPENDS += " gsl "
+
PV = "3.1.3+svnr${SRCREV}"
-PR = "r
5
"
+PR = "r
6
"
EXTRA_OECONF += "--with-boost=${STAGING_DIR_TARGET}/usr CXXFLAGS=-DBOOST_SP_USE_PTHREADS --disable-usrp1 --disable--usrp2"