mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
gnuradio : Remove old files.
Left the buildsys patch for now. It does not apply, but I have only built this with gcc-4.6 from toolchain layer, not gcc from Angstrom. The patch does not apply, but I am saving it to remind me how to fix the problem. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
12deef7ad4
commit
189f61dc46
@@ -1,48 +0,0 @@
|
||||
DESCRIPTION = "GNU Radio"
|
||||
HOMEPAGE = "http://gnuradio.org"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "uhd virtual/libsdl gsl guile-native fftwf python alsa-lib boost cppunit swig-native python-numpy"
|
||||
|
||||
INC_PR = "r1"
|
||||
|
||||
inherit distutils-base autotools pkgconfig
|
||||
|
||||
export BUILD_SYS
|
||||
export HOST_SYS="${MULTIMACH_TARGET_SYS}"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--program-prefix= \
|
||||
--disable-gr-atsc \
|
||||
--enable-gr-audio-alsa \
|
||||
--disable-gr-audio-jack \
|
||||
--disable-html-docs \
|
||||
--with-boost=${STAGING_DIR_TARGET}/usr \
|
||||
--disable-usrp1 \
|
||||
--disable-usrp2 \
|
||||
--with-pythondir=${PYTHON_SITEPACKAGES_DIR} \
|
||||
PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR} \
|
||||
"
|
||||
|
||||
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-unittest python-difflib python-pprint python-numpy \
|
||||
"
|
||||
|
||||
PACKAGES =+ "\
|
||||
${PN}-examples \
|
||||
${PN}-grc \
|
||||
${PN}-conf \
|
||||
"
|
||||
|
||||
FILES_${PN}-examples = "${datadir}/gnuradio/examples"
|
||||
FILES_${PN}-grc = "${datadir}/gnuradio/grc"
|
||||
FILES_${PN}-conf = "${sysconfdir}/gnuradio"
|
||||
|
||||
FILES_${PN} += "${datadir}/gnuradio"
|
||||
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/*"
|
||||
FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/gnuradio/.debug \
|
||||
${PYTHON_SITEPACKAGES_DIR}/gnuradio/*/.debug \
|
||||
"
|
||||
|
||||
-42
@@ -1,42 +0,0 @@
|
||||
From 857c38eb8201e2a34b524fcabea21b1accbdb288 Mon Sep 17 00:00:00 2001
|
||||
From: Philip Balister <philip@opensdr.com>
|
||||
Date: Fri, 13 May 2011 12:26:14 -0400
|
||||
Subject: [PATCH] volk : Remove all traces of volk from configure for OE builds.
|
||||
|
||||
Signed-off-by: Philip Balister <philip@opensdr.com>
|
||||
---
|
||||
Makefile.common | 4 ++--
|
||||
configure.ac | 2 +-
|
||||
2 files changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/Makefile.common b/Makefile.common
|
||||
index 20b8a78..aeda1dd 100644
|
||||
--- a/Makefile.common
|
||||
+++ b/Makefile.common
|
||||
@@ -92,8 +92,8 @@ GRUEL_INCLUDES = @gruel_INCLUDES@
|
||||
GRUEL_LA = @gruel_LA@
|
||||
|
||||
# How to link in the VOLK library from inside the tree
|
||||
-VOLK_INCLUDES = @volk_INCLUDES@
|
||||
-VOLK_LA = @volk_LA@
|
||||
+#VOLK_INCLUDES = @volk_INCLUDES@
|
||||
+#VOLK_LA = @volk_LA@
|
||||
|
||||
# How to link in the USRP library from inside the tree
|
||||
USRP_INCLUDES = @usrp_INCLUDES@
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 73ebbd6..e5cf7a2 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -349,7 +349,7 @@ AC_ARG_ENABLE(
|
||||
|
||||
build_dirs="config"
|
||||
GRC_GRUEL dnl must come first
|
||||
-GRC_VOLK
|
||||
+dnl GRC_VOLK
|
||||
GRC_GCELL
|
||||
GRC_GNURADIO_CORE
|
||||
GRC_USRP
|
||||
--
|
||||
1.7.3.4
|
||||
|
||||
Reference in New Issue
Block a user