diff options
author | Philip Balister <philip@balister.org> | 2008-10-06 20:21:06 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2008-10-06 20:21:06 +0000 |
commit | 6897cd31ee6cee794f929a7291afb462338ed76e (patch) | |
tree | 6433fc1b83932633c2f927840b108ba627a13a88 | |
parent | e707c438cc8e36bb255fc80fbe2ba811a35d02ff (diff) |
gnu_radio_svn.bb : Set DEFAULT_PREFERENCE="-1" and update SRCREV.
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | packages/gnuradio/gnuradio_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 7ccbd3248e..16753863b5 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -48,7 +48,7 @@ SRCREV_pn-fso-gpsd ?= "fd1cd578d6ba9fa13aadceb59a9b46345108583b" SRCREV_pn-fso-sounds ?= "b24d3c2e66fee10a5e288101cd1b6f5bbd3da7e2" SRCREV_pn-fstests ?= "204" SRCREV_pn-gconf-dbus ?= "641" -SRCREV_pn-gnuradio ?= "6377" +SRCREV_pn-gnuradio ?= "9721" SRCREV_pn-gpe-contacts ?= "9312" SRCREV_pn-gsm0710muxd ?= "3ff86b129640b647ccba3d86eb243d864671b039" SRCREV_pn-gsmd2 ?= "963f34df8fa3ff4b301079dcf86e9acea6b6fe0f" diff --git a/packages/gnuradio/gnuradio_svn.bb b/packages/gnuradio/gnuradio_svn.bb index 2a83800c3b..3d4f12aa7d 100644 --- a/packages/gnuradio/gnuradio_svn.bb +++ b/packages/gnuradio/gnuradio_svn.bb @@ -1,6 +1,6 @@ require gnuradio.inc -#DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE = "-1" PV = "3.1.3+svnr${SRCREV}" PR = "r4" |