diff options
author | Philip Balister <philip@balister.org> | 2009-05-10 09:57:58 -0400 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2009-05-10 10:00:57 -0400 |
commit | 914745ead79f70f33b762d66a43f906da2dbe19c (patch) | |
tree | c3abdbf5e461feb8189109d8574468886d433abd | |
parent | 1f9093d95cb44179d171d337b63f2c5ecaf94086 (diff) |
gnuradio : Stage files so we can build other packages that use gnuradio.
-rw-r--r-- | recipes/gnuradio/gnuradio.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnuradio/gnuradio.inc b/recipes/gnuradio/gnuradio.inc index d406b504ad..88462404d1 100644 --- a/recipes/gnuradio/gnuradio.inc +++ b/recipes/gnuradio/gnuradio.inc @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "guile-native fftwf python virtual/libsdl alsa-lib jack boost cppunit sdcc-native swig-native python-numpy" -inherit distutils-base autotools pkgconfig +inherit distutils-base autotools autotools_stage pkgconfig export BUILD_SYS export HOST_SYS=${MULTIMACH_TARGET_SYS} |