aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio
AgeCommit message (Collapse)Author
2009-11-20gnuradio : Fix stupid typo. Sorry for the noise.Philip Balister
2009-11-20gnuradio : Restore DEFAULT_PREFERENCE = "-1".Philip Balister
2009-11-20gnuradio : Update git recipe to build from current HEAD.Philip Balister
* Update recipe to allow building from dev repos and branches.
2009-10-18gnuradio : Add recipe to build GNU Radio from git.Philip Balister
2009-10-18gnuradio : Newer versions of GNU Radio will not need to build privatePhilip Balister
copies of libusb-0.12.
2009-10-18gnuradio_svn.bb : GNU Radio is now maintained in git.Philip Balister
2009-07-11gnuradio : Update subversion recipe. GNURadio trunk now includes NEON support.Philip Balister
2009-07-09gnuradio : Add bb file for GNURadio 3.2.1.Philip Balister
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-06-22gnuradio.inc : GNU Radio is GPLv3. Update LICENSE.Philip Balister
2009-06-21gnuradio : Update .inc file and other updatesPhilip Balister
* Convert PR to use INC_PR * All recipes now use private copy of libusb_0.1.12 so usrp works * Move more stuff into the .inc file * Fix program-prefix
2009-06-21gnuradio : Remove older recipes.Philip Balister
NOTE: Normally I do not like deleting recipes, but in this case I am very familiar with (hopefully) all the gnuradio from OE users. To be really useful, the older recipes need lots of work. The 3.1.3 recipe is mainly for people using libusrp with the older API.
2009-06-15gnuradio : Fixes for usrp support files packaging.Philip Balister
2009-06-12gnuradio-3.2 : Use -program-prefix to remove prefix from programs.Philip Balister
2009-06-05gnuradio: add deptask for the buildlibusb taskKoen Kooi
2009-06-02gnuradio-3.2.0 : Add recipe for new release of gnuradio.Philip Balister
2009-06-01gnuradio: add hack to build a private copy of libusb (the gnarly old one) ↵Koen Kooi
and statically link that since gnuradio is using private methods of libusb that libusb-compat won't provide
2009-05-10gnuradio : Stage files so we can build other packages that use gnuradio.Philip Balister
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>