diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-01 09:11:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-01 09:11:11 +0000 |
commit | b20afb77bb543b90474ff3c94c820751c296c140 (patch) | |
tree | f2bae71667d3a60cf5a4d7bd9468265e4a1cd0aa /packages/gnuradio/gnuradio-3.1.2/no-trellis-doc.patch | |
parent | ebc7ebfce49bab7460af57eab3f96746745b4d22 (diff) |
gnuradio: add 3.1.2 release and make that the default over svn
Diffstat (limited to 'packages/gnuradio/gnuradio-3.1.2/no-trellis-doc.patch')
-rw-r--r-- | packages/gnuradio/gnuradio-3.1.2/no-trellis-doc.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/gnuradio/gnuradio-3.1.2/no-trellis-doc.patch b/packages/gnuradio/gnuradio-3.1.2/no-trellis-doc.patch new file mode 100644 index 0000000000..a5c1b90bd2 --- /dev/null +++ b/packages/gnuradio/gnuradio-3.1.2/no-trellis-doc.patch @@ -0,0 +1,20 @@ +--- /tmp/Makefile.am 2008-04-01 10:50:58.848945668 +0200 ++++ gnuradio-3.1.2/usrp/Makefile.am 2008-04-01 10:51:06.095612812 +0200 +@@ -24,7 +24,7 @@ + usrp.iss.in \ + usrp.inf + +-SUBDIRS = host firmware fpga doc ++SUBDIRS = host firmware fpga + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = \ +--- /tmp/Makefile.am 2008-04-01 10:52:10.615605452 +0200 ++++ gnuradio-3.1.2/gr-trellis/Makefile.am 2008-04-01 10:52:19.807923018 +0200 +@@ -21,5 +21,5 @@ + + include $(top_srcdir)/Makefile.common + +-SUBDIRS = src doc ++SUBDIRS = src + |