aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2013-11-14 19:14:12 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2013-11-18 23:12:32 +0100
commit4580f49afe7d974f279eae766c0171aeb208689a (patch)
tree0b2fcbd78e7694f7d44b072758a2a523a69cfe35 /meta-oe
parent381c941594752465d08967f3567c7a63e4cc3170 (diff)
downloadmeta-openembedded-contrib-4580f49afe7d974f279eae766c0171aeb208689a.tar.gz
gnuradio: Remove recipes. Now lives in meta-sdr.
https://github.com/balister/meta-sdr Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-gr-trellis-Kill-docs-hard.patch38
-rw-r--r--meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb100
2 files changed, 0 insertions, 138 deletions
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-gr-trellis-Kill-docs-hard.patch b/meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-gr-trellis-Kill-docs-hard.patch
deleted file mode 100644
index 38c3a10748..0000000000
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-gr-trellis-Kill-docs-hard.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 473342055e423384e2b17cc0957613299382fb79 Mon Sep 17 00:00:00 2001
-From: Philip Balister <philip@balister.org>
-Date: Mon, 17 Jun 2013 10:58:29 -0400
-Subject: [PATCH] gr-trellis : Kill docs hard.
-
-Signed-off-by: Philip Balister <philip@balister.org>
----
- gr-trellis/CMakeLists.txt | 7 -------
- 1 file changed, 7 deletions(-)
-
-diff --git a/gr-trellis/CMakeLists.txt b/gr-trellis/CMakeLists.txt
-index 16a3e7c..95e1420 100644
---- a/gr-trellis/CMakeLists.txt
-+++ b/gr-trellis/CMakeLists.txt
-@@ -50,12 +50,6 @@ if(ENABLE_GR_TRELLIS)
- include(GrPackage)
- CPACK_SET(CPACK_COMPONENT_GROUP_TRELLIS_DESCRIPTION "GNU Radio Trellis Blocks")
-
--CPACK_COMPONENT("trellis_docs"
-- GROUP "Trellis"
-- DISPLAY_NAME "Documentation"
-- DESCRIPTION "Doxygen HTML and XML"
--)
--
- CPACK_COMPONENT("trellis_runtime"
- GROUP "Trellis"
- DISPLAY_NAME "Runtime"
-@@ -95,7 +89,6 @@ CPACK_COMPONENT("trellis_swig"
- # Add subdirectories
- ########################################################################
- add_subdirectory(src/lib)
--add_subdirectory(doc)
- if(ENABLE_PYTHON)
- add_subdirectory(grc)
- add_subdirectory(src/python)
---
-1.7.11.7
-
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb b/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
deleted file mode 100644
index 1a78575445..0000000000
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio_git.bb
+++ /dev/null
@@ -1,100 +0,0 @@
-DESCRIPTION = "GNU Radio"
-URL = "http://gnuradio.org"
-SECTION = "apps"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-DEPENDS = "gsl fftwf python alsa-lib boost cppunit \
- swig-native python-numpy python-cheetah-native orc"
-
-#Available PACKAGECONFIG options are qt grc uhd
-PACKAGECONFIG ??= "qtgui grc uhd"
-
-PACKAGECONFIG[uhd] = "-DENABLE_GR_UHD=ON,-DENABLE_GR_UHD=OFF,uhd,"
-PACKAGECONFIG[grc] = "-DENABLE_GRC=ON,-DENABLE_GRC=OFF,python-pygtk python-cheetah, "
-
-PACKAGECONFIG[qtgui] = "-DENABLE_GR_QTGUI=ON,-DENABLE_GR_QTGUI=OFF,qt4-x11-free qwt, "
-
-
-inherit distutils-base cmake pkgconfig
-
-export BUILD_SYS
-export HOST_SYS="${MULTIMACH_TARGET_SYS}"
-
-RDEPENDS_${PN} = "python-core python-audio python-threading python-codecs \
- python-lang python-textutils python-shell python-pickle \
- python-compiler python-pkgutil python-pydoc python-mmap \
- python-netclient python-difflib \
- python-pprint python-numpy \
-"
-RDEPENDS_${PN}-grc = "python-pygtk python-lxml python-cheetah python-netserver"
-
-C_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-do_configure_prepend() {
- ${BUILD_CC} ${S}/gr-vocoder/lib/codec2/generate_codebook.c -o ${S}/gr-vocoder/lib/generate_codebook -lm
- echo "ADD_EXECUTABLE(generate_codebook IMPORTED)" >${S}/gr-vocoder/lib/generate_codebook.txt
- echo "SET_PROPERTY(TARGET generate_codebook APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)" >>${S}/gr-vocoder/lib/generate_codebook.txt
- echo 'SET_TARGET_PROPERTIES(generate_codebook PROPERTIES IMPORTED_LOCATION_RELEASE "${S}/gr-vocoder/lib/generate_codebook")' >>${S}/gr-vocoder/lib/generate_codebook.txt
-}
-
-do_compile_prepend() {
- cp ${S}/gr-vocoder/lib/codec2/defines.h ${OECMAKE_BUILDPATH}/gr-vocoder/lib/codec2
-}
-
-PACKAGES += " \
- ${PN}-grc \
- ${PN}-examples \
-"
-
-FILES_${PN}-grc = "${datadir}/gnuradio/grc"
-FILES_${PN}-examples = "${datadir}/gnuradio/examples"
-
-FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio"
-FILES_${PN} += "${datadir}/gnuradio/modtool"
-# The following needs fixing upstream
-FILES_${PN} += "${prefix}/etc/gnuradio"
-
-FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \
- ${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \
- ${datadir}/gnuradio/examples/*/.debug \
-"
-
-PV = "3.6.5"
-
-FILESPATHPKG_prepend = "gnuradio-git:"
-
-SRCREV = "a7b3a9339106aaba72195b693dfeaa98f194e0d5"
-
-# Make it easy to test against developer repos and branches
-GIT_REPO = "gnuradio.git"
-GIT_BRANCH = "master"
-
-SRC_URI = "git://git.gnuradio.org/${GIT_REPO};branch=${GIT_BRANCH} \
- file://0001-gr-trellis-Kill-docs-hard.patch \
-"
-
-S="${WORKDIR}/git"
-
-OECMAKE_BUILDPATH = "${S}/build"
-OECMAKE_SOURCEPATH = "${S}"
-
-EXTRA_OECMAKE = "-DENABLE_GR_ATSC=FALSE \
- -DENABLE_GR_FCD=OFF \
- -DENABLE_GR_WXGUI=OFF \
- -DENABLE_GR_VIDEO_SDL=OFF \
- -DENABLE_SPHINX=OFF -DENABLE_DOXYGEN=OFF \
- -DIMPORT_EXECUTABLES=${S}/gr-vocoder/lib/generate_codebook.txt \
- -DQT_HEADERS_DIR=${STAGING_INCDIR}/qt4 \
- -DQT_QTCORE_INCLUDE_DIR=${STAGING_INCDIR}/qt4/QtCore \
- -DQT_LIBRARY_DIR=${STAGING_LIBDIR} \
- -DQT_QTCORE_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtCore.so \
- -DQT_QTGUI_LIBRARY_RELEASE=${STAGING_LIBDIR}/libQtGui.so \
- ${@base_contains('TUNE_FEATURES', 'neon', \
- '-Dhave_mfpu_neon=1', '-Dhave_mfpu_neon=0', d)} \
-"
-
-inherit distutils-base cmake pkgconfig
-
-EXTRA_OEMAKE = "-C ${OECMAKE_BUILDPATH}"
-