first attempt to build gnuradio as part of that distro
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 8 Oct 2009 15:37:35 +0000 (15:37 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Thu, 8 Oct 2009 15:37:35 +0000 (15:37 +0000)
wextoolbox-tags.mk
wextoolbox.mk

index 7d6a52c..feabeaa 100644 (file)
@@ -5,6 +5,7 @@
 # trying the 2.6.27 kernel
 linux-2.6-SVNPATH               := http://svn.planet-lab.org/svn/linux-2.6/trunk
 madwifi-SVNPATH                        := http://svn.planet-lab.org/svn/madwifi/tags/madwifi-3878-0
+gnuradio-SVNPATH               := http://svn.onelab.eu/svn/gnuradio/trunk
 util-vserver-SVNBRANCH         := scholz
 util-vserver-SVNPATH           := http://svn.planet-lab.org/svn/util-vserver/tags/util-vserver-0.30.215-6
 libnl-SVNPATH                  := http://svn.planet-lab.org/svn/libnl/tags/libnl-1.1-2
index 37b15e4..ba0cd44 100644 (file)
@@ -67,6 +67,15 @@ madwifi-SPECVARS = kernel_version=$(kernel.rpm-version) \
 ALL += madwifi
 IN_BOOTSTRAPFS += madwifi
 
+#
+# gnuradio
+#
+gnuradio-MODULES := gnuradio
+gnuradio-SPEC := gnuradio.spec
+gnuradio-BUILD-FROM-SRPM := yes
+ALL += gnuradio
+IN_BOOTSTRAPFS += gnuradio
+
 #
 # util-vserver
 #