Skip to content

Commit

Permalink
Update gnuradio-usrp to 3.0.2:
Browse files Browse the repository at this point in the history
gnuradio-usrp is now synchronized with the GNU Radio release cycle
  • Loading branch information
wulf committed Nov 13, 2006
1 parent a710ac5 commit 95a57d2
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 11 deletions.
12 changes: 6 additions & 6 deletions ham/gnuradio-usrp/Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,16 +1,16 @@
# $NetBSD: Makefile,v 1.6 2006/04/27 03:14:19 wulf Exp $ # $NetBSD: Makefile,v 1.7 2006/11/13 18:12:41 wulf Exp $


VERSION= 0.8
DISTNAME= gr-usrp-${VERSION}
PKGNAME= gnuradio-usrp-${VERSION} PKGNAME= gnuradio-usrp-${VERSION}
WRKSRC= ${WRKDIR}/${DISTNAME}
COMMENT= USRP bindings for GNU Radio COMMENT= USRP bindings for GNU Radio


PYTHON_PATCH_SCRIPTS+= src/flexrf_debug_gui.py PYTHON_PATCH_SCRIPTS+= gr-usrp/src/flexrf_debug_gui.py
PYTHON_PATCH_SCRIPTS+= src/tx_debug_gui.py PYTHON_PATCH_SCRIPTS+= gr-usrp/src/qa_usrp.py
PYTHON_PATCH_SCRIPTS+= gr-usrp/src/tx_debug_gui.py


.include "../../meta-pkgs/gnuradio/Makefile.common" .include "../../meta-pkgs/gnuradio/Makefile.common"


CONFIGURE_ARGS+=--enable-gr-usrp

.include "../../ham/usrp/buildlink3.mk" .include "../../ham/usrp/buildlink3.mk"
.include "../../math/fftwf/buildlink3.mk" .include "../../math/fftwf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"
5 changes: 4 additions & 1 deletion ham/gnuradio-usrp/PLIST
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2006/04/27 03:14:19 wulf Exp $ @comment $NetBSD: PLIST,v 1.4 2006/11/13 18:12:41 wulf Exp $
include/gnuradio/swig/usrp1.i include/gnuradio/swig/usrp1.i
include/gnuradio/usrp1_sink_base.h include/gnuradio/usrp1_sink_base.h
include/gnuradio/usrp1_sink_c.h include/gnuradio/usrp1_sink_c.h
Expand Down Expand Up @@ -40,3 +40,6 @@ ${PYSITELIB}/gnuradio/usrp.pyo
${PYSITELIB}/gnuradio/usrp1.py ${PYSITELIB}/gnuradio/usrp1.py
${PYSITELIB}/gnuradio/usrp1.pyc ${PYSITELIB}/gnuradio/usrp1.pyc
${PYSITELIB}/gnuradio/usrp1.pyo ${PYSITELIB}/gnuradio/usrp1.pyo
${PYSITELIB}/gnuradio/usrp_multi.py
${PYSITELIB}/gnuradio/usrp_multi.pyc
${PYSITELIB}/gnuradio/usrp_multi.pyo
9 changes: 5 additions & 4 deletions ham/gnuradio-usrp/distinfo
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2006/04/27 03:14:19 wulf Exp $ $NetBSD: distinfo,v 1.4 2006/11/13 18:12:41 wulf Exp $


SHA1 (gr-usrp-0.8.tar.gz) = c2f7db727025711b5723debc122d47fb99eb4c05 SHA1 (gnuradio-3.0.2.tar.gz) = 9d9a0e22c9e4fd9735f62c0145b9ceb61a33f9c2
RMD160 (gr-usrp-0.8.tar.gz) = 752feb183a42e3c58eb9553ce5ba9d9050b977d6 RMD160 (gnuradio-3.0.2.tar.gz) = 3ff771c2d13d680fb76d7ca82a6a11678c7069ae
Size (gr-usrp-0.8.tar.gz) = 379824 bytes Size (gnuradio-3.0.2.tar.gz) = 3190212 bytes
SHA1 (patch-aa) = 176268067dee80a8c29f6f0b24111543d231958f
22 changes: 22 additions & 0 deletions ham/gnuradio-usrp/patches/patch-aa
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,22 @@
$NetBSD: patch-aa,v 1.1 2006/11/13 18:12:41 wulf Exp $

--- configure.orig 2006-11-11 19:53:29.000000000 +1030
+++ configure 2006-11-11 19:54:31.000000000 +1030
@@ -32113,17 +32113,6 @@


passed=yes
- # Don't do gr-usrp if usrp skipped
- # There *has* to be a better way to check if a value is in a string
- for dir in $skipped_dirs
- do
- if test x$dir = xusrp; then
- { echo "$as_me:$LINENO: result: Component gr-usrp requires usrp, which is not being built." >&5
-echo "${ECHO_T}Component gr-usrp requires usrp, which is not being built." >&6; }
- passed=no
- fi
- done
-

if test x$passed = xno; then
skipped_dirs="$skipped_dirs gr-usrp"

0 comments on commit 95a57d2

Please sign in to comment.