pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/usrp Patch python scripts to execute correct pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7be88f5c46f1
branches:  trunk
changeset: 500652:7be88f5c46f1
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Tue Oct 11 11:22:30 2005 +0000

description:
Patch python scripts to execute correct python binary

diffstat:

 ham/usrp/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 375825722513 -r 7be88f5c46f1 ham/usrp/Makefile
--- a/ham/usrp/Makefile Tue Oct 11 10:08:31 2005 +0000
+++ b/ham/usrp/Makefile Tue Oct 11 11:22:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/07 23:19:15 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2005/10/11 11:22:30 wulf Exp $
 
 DISTNAME=      usrp-0.8
 COMMENT=       Non GNU Radio specific part of the USRP code base
@@ -9,6 +9,10 @@
        ${INSTALL_DATA} ${WRKSRC}/fpga/rbf/usrp_fpga_rev2.rbf  \
                ${LOCALBASE}/share/usrp/rev2/usrp_fpga.rbf
 
+PYTHON_PATCH_SCRIPTS   += firmware/src/common/edit-gpif
+PYTHON_PATCH_SCRIPTS   += firmware/src/common/build_eeprom.py
+PYTHON_PATCH_SCRIPTS   += firmware/src/usrp2/edit-gpif
+
 .include "../../meta-pkgs/gnuradio/Makefile.common"
 
 .include "../../ham/gnuradio-core/buildlink3.mk"



Home | Main Index | Thread Index | Old Index