All of lore.kernel.org
 help / color / mirror / Atom feed
From: philip@balister.org
To: openembedded-devel@openembedded.org
Cc: Philip Balister <philip@opensdr.com>
Subject: [meta-oe 5/5] gnuradio : Remove old files.
Date: Wed, 11 Apr 2012 16:11:31 -0700	[thread overview]
Message-ID: <1334185891-25460-6-git-send-email-philip@balister.org> (raw)
In-Reply-To: <1334185891-25460-1-git-send-email-philip@balister.org>

From: Philip Balister <philip@opensdr.com>

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>
---
 meta-oe/recipes-connectivity/gnuradio/gnuradio.inc |   48 --------------------
 ...-all-traces-of-volk-from-configure-for-OE.patch |   42 -----------------
 2 files changed, 0 insertions(+), 90 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/gnuradio/gnuradio.inc
 delete mode 100644 meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-volk-Remove-all-traces-of-volk-from-configure-for-OE.patch

diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc b/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc
deleted file mode 100644
index 144d588..0000000
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio.inc
+++ /dev/null
@@ -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 \
-		   "
-
diff --git a/meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-volk-Remove-all-traces-of-volk-from-configure-for-OE.patch b/meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-volk-Remove-all-traces-of-volk-from-configure-for-OE.patch
deleted file mode 100644
index e2f674b..0000000
--- a/meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-volk-Remove-all-traces-of-volk-from-configure-for-OE.patch
+++ /dev/null
@@ -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
-
-- 
1.7.7.6




      parent reply	other threads:[~2012-04-11 23:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-11 23:11 [meta-oe 0/5] Update UHD and GNU Radio to current versions philip
2012-04-11 23:11 ` [meta-oe 1/5] uhd-firmware : Update to version 003.004.000 philip
2012-04-11 23:11 ` [meta-oe 2/5] python-cheetah : Remove DEPENDS on python native packages philip
2012-04-12  6:58   ` Koen Kooi
2012-04-12 17:12     ` Philip Balister
2012-04-12 17:15       ` Koen Kooi
2012-04-11 23:11 ` [meta-oe 3/5] uhd : Update to version 3.4.1 philip
2012-04-11 23:11 ` [meta-oe 4/5] gnuradio : Update to version 3.5.3 philip
2012-04-12  7:09   ` Henning Heinold
2012-04-12 17:09     ` Philip Balister
2012-04-11 23:11 ` philip [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1334185891-25460-6-git-send-email-philip@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    --cc=philip@opensdr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.