diff options
author | Philip Balister <philip@balister.org> | 2009-11-20 17:02:33 -0500 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-11-20 17:02:33 -0500 |
commit | f0583a9040f6d55312cd2b0401b4379811dcea52 (patch) | |
tree | 71144462849e1322849798ea969881cf2174c89a /recipes | |
parent | 971267893914b214880e0196ffdd4b0bd23d240a (diff) |
gnuradio : Restore DEFAULT_PREFERENCE = "-1".
Diffstat (limited to 'recipes')
-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 827790d853..b5c767b0e7 100644 --- a/recipes/gnuradio/gnuradio_git.bb +++ b/recipes/gnuradio/gnuradio_git.bb @@ -1,6 +1,6 @@ require gnuradio.inc -#DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "-1" DEPENDS += " gsl " |