[oe-commits] Philip Balister : task-sdk-gnuradio-native : Add a SDK for building GNU Radio natively on devices.

git version control git at git.openembedded.org
Tue Jun 22 11:10:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 978dee15134ae637dbe37f28ed684c246956f5a1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=978dee15134ae637dbe37f28ed684c246956f5a1

Author: Philip Balister <philip at balister.org>
Date:   Tue Jun 22 07:09:23 2010 -0400

task-sdk-gnuradio-native : Add a SDK for building GNU Radio natively on devices.

---

 recipes/tasks/task-sdk-gnuradio-native.bb |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/recipes/tasks/task-sdk-gnuradio-native.bb b/recipes/tasks/task-sdk-gnuradio-native.bb
new file mode 100644
index 0000000..3b8bdee
--- /dev/null
+++ b/recipes/tasks/task-sdk-gnuradio-native.bb
@@ -0,0 +1,21 @@
+require task-sdk-native.inc
+
+DEPENDS += "libusb1 guile fftw python alsa-lib jack boost cppunit sdcc swig \
+            python python-numpy git util-linux-ng gsl python-cheetah git"
+
+RDEPENDS += "libusb1-dev guile-dev fftwf-dev alsa-dev alsa-lib-dev jack-dev \
+             cppunit-dev swig python-devel python-numpy-dev python-textutils \
+             python-distutils python-re python-stringold python-lang \
+             python-threading python-unittest python-shell python-pickle \
+             python-pprint python-compiler python-pkgutil python-pydoc \
+             python-mmap python-netclient python-difflib python-compile \
+             python-cheetah \
+             boost-dev gsl-dev sdcc git util-linux-ng util-linux-ng-swaponoff"
+
+RPROVIDES_${PN} = "task-native-gnuradio-sdk"
+
+PR = "${INC_PR}.10"
+
+ALLOW_EMPTY = "1"
+PACKAGES = "${PN}"
+





More information about the Openembedded-commits mailing list