diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-11 02:17:19 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-05-11 02:17:19 +0400 |
commit | 6cf180ff0c54193cf2dca1a222574c3501b9dad6 (patch) | |
tree | 3698a063d07616e11335a05b341b7ccb9cdb5d36 /recipes/gnuradio | |
parent | 0628081b0377b36a7db9e74e5a27a079978f2924 (diff) | |
parent | 9b978539d86aaaf1189df2f740a33549946afe10 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/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} |